Refactor #5683 - For AutoComplete

This commit is contained in:
tugcekucukoglu 2024-05-10 14:24:01 +03:00
parent 5da30dd2b0
commit 913dc05982
4 changed files with 26 additions and 10 deletions

View file

@ -105,6 +105,14 @@ export default {
type: [String, Object],
default: null
},
overlayStyle: {
type: Object,
default: null
},
overlayClass: {
type: [String, Object],
default: null
},
dropdownIcon: {
type: String,
default: null