do not use hash as tags separator, fix #210

This commit is contained in:
lesion 2023-02-07 18:15:17 +01:00
parent 87dd179122
commit 11eb9a613d
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -53,7 +53,7 @@ v-container.container.pa-0.pa-md-3
chips small-chips multiple deletable-chips hide-no-data hide-selected persistent-hint
cache-items
@input.native='searchTags'
:delimiters="[',', ';', '#']"
:delimiters="[',', ';']"
:items="tags"
:menu-props="{ maxWidth: 400, eager: true }"
:label="$t('common.tags')")