Limite size and number of tags in input
Closes #239 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
342506bac0
commit
eb7ab7229a
|
@ -39,6 +39,8 @@ export default {
|
||||||
:allow-new="true"
|
:allow-new="true"
|
||||||
:field="path"
|
:field="path"
|
||||||
icon="label"
|
icon="label"
|
||||||
|
maxlength="20"
|
||||||
|
maxtags="10"
|
||||||
:placeholder="$t('Eg: Stockholm, Dance, Chess…')"
|
:placeholder="$t('Eg: Stockholm, Dance, Chess…')"
|
||||||
@typing="getFilteredTags"
|
@typing="getFilteredTags"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue