mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
feat(SelectMenu): add clearble
This commit is contained in:
@@ -9,6 +9,7 @@ export default {
|
||||
color: 'white',
|
||||
variant: 'outline',
|
||||
loadingIcon: 'i-heroicons-arrow-path-20-solid',
|
||||
trailingIcon: 'i-heroicons-chevron-down-20-solid'
|
||||
trailingIcon: 'i-heroicons-chevron-down-20-solid',
|
||||
clerableIcon: 'i-heroicons-x-mark-20-solid'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ export default {
|
||||
default: {
|
||||
selectedIcon: 'i-heroicons-check-20-solid',
|
||||
clearSearchOnClose: false,
|
||||
closeOnClear: true,
|
||||
showCreateOptionWhen: 'empty',
|
||||
searchablePlaceholder: {
|
||||
label: 'Search...'
|
||||
|
||||
Reference in New Issue
Block a user