This commit is contained in:
tugcekucukoglu 2024-03-21 16:52:26 +03:00
parent 88c8b8e5f8
commit 6e2280009f
8 changed files with 25 additions and 58 deletions

View file

@ -61,6 +61,10 @@ export default {
tabindex: {
type: Number,
default: 0
},
disabled: {
type: Boolean,
default: false
}
},
style: PickListStyle,