✨(react) add multi select
Adding this new variant makes necessary to reorganize the files to keep a clear separations of concerns. As of now Select/index.tsx is just an entrypoint to render either the mono or multi variant of the select.
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
"forms": {
|
||||
"select": {
|
||||
"toggle_button_aria_label": "Toggle dropdown",
|
||||
"clear_button_aria_label": "Clear selection"
|
||||
"clear_button_aria_label": "Clear selection",
|
||||
"clear_all_button_aria_label": "Clear all selections"
|
||||
},
|
||||
"date_picker": {
|
||||
"toggle_button_aria_label_open": "Open calendar",
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
"forms": {
|
||||
"select": {
|
||||
"toggle_button_aria_label": "Ouvrir le menu",
|
||||
"clear_button_aria_label": "Effacer la sélection"
|
||||
"clear_button_aria_label": "Effacer la sélection",
|
||||
"clear_all_button_aria_label": "Effacer toutes les sélections"
|
||||
},
|
||||
"date_picker": {
|
||||
"toggle_button_aria_label_open": "Ouvrir le calendrier",
|
||||
|
||||
Reference in New Issue
Block a user