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"
|
||||
:field="path"
|
||||
icon="label"
|
||||
maxlength="20"
|
||||
maxtags="10"
|
||||
:placeholder="$t('Eg: Stockholm, Dance, Chess…')"
|
||||
@typing="getFilteredTags"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user