Fixed #5099 - autoOptionFocus property added to Input-like components

This commit is contained in:
tugcekucukoglu 2024-01-17 17:09:34 +03:00
parent c8609171c2
commit 54a7a4fb50
10 changed files with 60 additions and 13 deletions

View file

@ -26,6 +26,10 @@ export default {
type: Boolean,
default: false
},
autoOptionFocus: {
type: Boolean,
default: false
},
responsive: {
type: Boolean,
default: true