mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
Changed min query length for tags input to 1
This commit is contained in:
parent
66c5c7ebf1
commit
f0598ba47f
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ const TagsSelector = (colorGenerator: ColorGenerator) => (
|
||||||
suggestionComponent={renderSuggestion}
|
suggestionComponent={renderSuggestion}
|
||||||
allowNew
|
allowNew
|
||||||
placeholderText={placeholder}
|
placeholderText={placeholder}
|
||||||
|
minQueryLength={1}
|
||||||
onDelete={(removedTagIndex) => {
|
onDelete={(removedTagIndex) => {
|
||||||
selectedTags.splice(removedTagIndex, 1);
|
selectedTags.splice(removedTagIndex, 1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue