Refactor #5681, #5682, #5683 - For MultiSelect

This commit is contained in:
tugcekucukoglu 2024-05-06 10:05:05 +03:00
parent 06850f3ed5
commit 646ca0e239
4 changed files with 118 additions and 60 deletions

View file

@ -39,6 +39,14 @@ export default {
type: null,
default: null
},
overlayClass: {
type: String,
default: null
},
overlayStyle: {
type: null,
default: null
},
dataKey: null,
filter: Boolean,
filterPlaceholder: String,
@ -103,6 +111,10 @@ export default {
type: String,
default: undefined
},
chipIcon: {
type: String,
default: undefined
},
selectAll: {
type: Boolean,
default: null