mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 18:43:50 +00:00
Ensured tags are added onBlur
This commit is contained in:
@@ -41,6 +41,7 @@ const TagsSelector = (colorGenerator: ColorGenerator) => (
|
|||||||
suggestions={tagsList.tags.filter((tag) => !selectedTags.includes(tag)).map(toComponentTag)}
|
suggestions={tagsList.tags.filter((tag) => !selectedTags.includes(tag)).map(toComponentTag)}
|
||||||
suggestionComponent={renderSuggestion}
|
suggestionComponent={renderSuggestion}
|
||||||
allowNew
|
allowNew
|
||||||
|
addOnBlur
|
||||||
placeholderText={placeholder}
|
placeholderText={placeholder}
|
||||||
minQueryLength={1}
|
minQueryLength={1}
|
||||||
onDelete={(removedTagIndex) => {
|
onDelete={(removedTagIndex) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user