Fixed #4253 - AutoComplete: loading state

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-10 11:38:09 +03:00
parent 5d74eae8a8
commit eca735c8c8
4 changed files with 17 additions and 2 deletions

View file

@ -187,6 +187,10 @@ export default {
type: Boolean,
default: false
},
loading: {
type: Boolean,
default: false
},
disabled: {
type: Boolean,
default: false