We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7880dea commit 8e8e1d6Copy full SHA for 8e8e1d6
src/bundle/Resources/public/js/scripts/core/suggestion.taggify.js
@@ -120,7 +120,7 @@ import { getRestInfo } from '@ibexa-admin-ui/src/bundle/Resources/public/js/scri
120
return;
121
}
122
123
- if (this.inputNode.value.length > MIN_QUERY_LENGTH) {
+ if (this.inputNode.value.length >= MIN_QUERY_LENGTH) {
124
this.getSuggestions(this.inputNode.value);
125
126
0 commit comments