mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 19:13:46 +00:00
Changed min query length for tags input to 1
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user