mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4253 - AutoComplete: loading state
This commit is contained in:
parent
5d74eae8a8
commit
eca735c8c8
4 changed files with 17 additions and 2 deletions
|
@ -187,6 +187,10 @@ export default {
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
loading: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue