Fix an issue with TagInput

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-09-29 18:21:44 +02:00
parent 9e4378d4db
commit 120d79d580
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -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"