do not use hash as tags separator, fix #210
This commit is contained in:
parent
87dd179122
commit
11eb9a613d
1 changed files with 1 additions and 1 deletions
|
@ -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')")
|
||||
|
|
Loading…
Reference in a new issue