✨(react) add Select component
Finally our powerful Select component is available to make great forms!
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
},
|
||||
"provider": {
|
||||
"test": "This is a test: {name}"
|
||||
},
|
||||
"forms": {
|
||||
"select": {
|
||||
"toggle_button_aria_label": "Toggle dropdown",
|
||||
"clear_button_aria_label": "Clear selection"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,6 +15,12 @@
|
||||
},
|
||||
"provider": {
|
||||
"test": "Ceci est un test : {name}"
|
||||
},
|
||||
"forms": {
|
||||
"select": {
|
||||
"toggle_button_aria_label": "Ouvrir le menu",
|
||||
"clear_button_aria_label": "Effacer la sélection"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user