Limite size and number of tags in input
Closes #239 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
60b9fa235b
commit
477f885e04
@ -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 New Issue
Block a user