mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 00:33:47 -06:00
Changed min query length for tags input to 1
This commit is contained in:
parent
66c5c7ebf1
commit
f0598ba47f
@ -42,6 +42,7 @@ const TagsSelector = (colorGenerator: ColorGenerator) => (
|
||||
suggestionComponent={renderSuggestion}
|
||||
allowNew
|
||||
placeholderText={placeholder}
|
||||
minQueryLength={1}
|
||||
onDelete={(removedTagIndex) => {
|
||||
selectedTags.splice(removedTagIndex, 1);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user