-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Had missed that is was not bound like the other `handleInput...` functions when removing the wrapping arrow function in 25cc4a3. This was displaying an error in the browser console as `this` was not defined when the method was called in response to clicks. That error in the console seems the only effect of the function not being bound. Both with and without input, and with or without the `autoselect` option set, I did not notice any visual change in behaviour from the component. We may want to review the purpose of that event handler, maybe the `handleInputFocus` one does enough? 🤔
- Loading branch information
1 parent
26a7839
commit 2360f46
Showing
7 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters