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 f30fb15 commit d250c61Copy full SHA for d250c61
src/input-tags.component.js
@@ -78,6 +78,7 @@ class InputTags {
78
}
79
80
inputChange() {
81
+ // TODO: Rename `getSuggestions` into something like `inputChanged`
82
if (this.getSuggestions) {
83
this.getSuggestions(this.inputSearch);
84
0 commit comments