Refactor #5681, #5682, #5683 - For AutoComplete, CascadeSelect, Tree, TreeSelect

This commit is contained in:
tugcekucukoglu 2024-05-03 14:46:02 +03:00
parent 4c481aef89
commit d9d2be9cca
16 changed files with 213 additions and 115 deletions

View file

@ -107,7 +107,7 @@ export default {
},
dropdownIcon: {
type: String,
default: undefined
default: null
},
dropdownClass: {
type: [String, Object],
@ -115,11 +115,15 @@ export default {
},
loadingIcon: {
type: String,
default: undefined
default: null
},
removeTokenIcon: {
type: String,
default: undefined
default: null
},
chipIcon: {
type: String,
default: null
},
virtualScrollerOptions: {
type: Object,