-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code Quality: Improve URLInput onFocus method implementation (#20220)
* Previously, onFocus got the input value from the focus event, when it should be the same as the this.props.value. I removed the event argument and am getting the input value from this.props.value * onFocus allowed an onFocus method to be passed in. This isn't necessary, so it has been removed. * Removed use of onFocus from LinkControl search-input * Check for isUpdatingSuggestions in onFocus
- Loading branch information
Showing
2 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
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
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