This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
return-object
|
||||
:items="searchResults"
|
||||
:label="label"
|
||||
:hint="hint"
|
||||
persistent-hint
|
||||
item-text="name"
|
||||
item-value="id"
|
||||
item-disabled="!active"
|
||||
@@ -87,6 +89,10 @@ export default {
|
||||
variant: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
hint: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user