mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 02:37:22 +03:00
Ensured tags are added onBlur
This commit is contained in:
parent
f0598ba47f
commit
2cc92b5b41
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ const TagsSelector = (colorGenerator: ColorGenerator) => (
|
|||
suggestions={tagsList.tags.filter((tag) => !selectedTags.includes(tag)).map(toComponentTag)}
|
||||
suggestionComponent={renderSuggestion}
|
||||
allowNew
|
||||
addOnBlur
|
||||
placeholderText={placeholder}
|
||||
minQueryLength={1}
|
||||
onDelete={(removedTagIndex) => {
|
||||
|
|
Loading…
Reference in a new issue