(react) add Select component

Finally our powerful Select component is available to make great forms!
This commit is contained in:
Nathan Vasse
2023-05-05 16:04:50 +02:00
committed by NathanVss
parent 270484c0e7
commit 2ff5fc5d29
21 changed files with 2441 additions and 158 deletions

View File

@@ -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"
}
}
}
}
}

View File

@@ -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"
}
}
}
}
}