Refactor #5681, #5683 - For Listbox, Select

This commit is contained in:
tugcekucukoglu 2024-05-03 23:53:04 +03:00
parent 46ddebc0c0
commit 4221682530
7 changed files with 122 additions and 70 deletions

View file

@ -62,10 +62,30 @@ export default {
type: Object,
default: null
},
labelId: {
type: String,
default: null
},
labelClass: {
type: [String, Object],
default: null
},
labelStyle: {
type: Object,
default: null
},
panelClass: {
type: [String, Object],
default: null
},
overlayStyle: {
type: Object,
default: null
},
overlayClass: {
type: [String, Object],
default: null
},
panelStyle: {
type: Object,
default: null