Skip to content

Commit d250c61

Browse files
committed
Add TODO
1 parent f30fb15 commit d250c61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input-tags.component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class InputTags {
7878
}
7979

8080
inputChange() {
81+
// TODO: Rename `getSuggestions` into something like `inputChanged`
8182
if (this.getSuggestions) {
8283
this.getSuggestions(this.inputSearch);
8384
}

0 commit comments

Comments
 (0)