mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
feat(InputMenu): allows to customize labels (#2295)
This commit is contained in:
@@ -53,7 +53,13 @@ export default {
|
||||
},
|
||||
default: {
|
||||
selectedIcon: 'i-heroicons-check-20-solid',
|
||||
trailingIcon: 'i-heroicons-chevron-down-20-solid'
|
||||
trailingIcon: 'i-heroicons-chevron-down-20-solid',
|
||||
empty: {
|
||||
label: 'No options.'
|
||||
},
|
||||
optionEmpty: {
|
||||
label: 'No results for "{query}".'
|
||||
}
|
||||
},
|
||||
arrow: {
|
||||
...arrow,
|
||||
|
||||
Reference in New Issue
Block a user