mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
feat(SelectMenu): allows to customize labels (#2266)
This commit is contained in:
@@ -23,7 +23,16 @@ export default {
|
||||
default: {
|
||||
selectedIcon: 'i-heroicons-check-20-solid',
|
||||
clearSearchOnClose: false,
|
||||
showCreateOptionWhen: 'empty'
|
||||
showCreateOptionWhen: 'empty',
|
||||
searchablePlaceholder: {
|
||||
label: 'Search...'
|
||||
},
|
||||
empty: {
|
||||
label: 'No options.'
|
||||
},
|
||||
optionEmpty: {
|
||||
label: 'No results for "{query}".'
|
||||
}
|
||||
},
|
||||
arrow: {
|
||||
...arrow,
|
||||
|
||||
Reference in New Issue
Block a user