mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #5744 - Deprecated: InputChips
This commit is contained in:
parent
d75d9f9f3f
commit
446f7380dd
6 changed files with 98 additions and 25 deletions
|
@ -121,6 +121,10 @@ export default {
|
|||
type: [String, Object],
|
||||
default: null
|
||||
},
|
||||
loader: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
loadingIcon: {
|
||||
type: String,
|
||||
default: null
|
||||
|
@ -173,6 +177,10 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
typeahead: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue