Fixed #5744 - Deprecated: InputChips

This commit is contained in:
tugcekucukoglu 2024-05-15 13:47:01 +03:00
parent d75d9f9f3f
commit 446f7380dd
6 changed files with 98 additions and 25 deletions

View file

@ -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