forked from potsda.mn/mobilizon
Fix an issue with TagInput
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
9e4378d4db
commit
120d79d580
|
@ -16,7 +16,7 @@
|
||||||
:data="filteredTags"
|
:data="filteredTags"
|
||||||
autocomplete
|
autocomplete
|
||||||
:allow-new="true"
|
:allow-new="true"
|
||||||
:field="path"
|
:field="'title'"
|
||||||
icon="label"
|
icon="label"
|
||||||
maxlength="20"
|
maxlength="20"
|
||||||
maxtags="10"
|
maxtags="10"
|
||||||
|
|
Loading…
Reference in a new issue