fix(front): Fix autocomplete attribute in o-inputitems after Oruga new version BC
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d2b48563f6
commit
d2ba732b8b
@ -14,7 +14,7 @@
|
||||
<o-inputitems
|
||||
v-model="tagsStrings"
|
||||
:data="filteredTags"
|
||||
:autocomplete="true"
|
||||
:allow-autocomplete="true"
|
||||
:allow-new="true"
|
||||
:field="'title'"
|
||||
icon="label"
|
||||
|
@ -77,7 +77,7 @@
|
||||
<o-inputitems
|
||||
v-model="instanceLanguages"
|
||||
:data="filteredLanguages"
|
||||
autocomplete
|
||||
allow-autocomplete
|
||||
:open-on-focus="true"
|
||||
field="name"
|
||||
icon="label"
|
||||
|
Loading…
Reference in New Issue
Block a user