feat($module): I added option to pass onBlur callback to the input#272
Open
judygab wants to merge 3 commits intohibiken:masterfrom
Open
feat($module): I added option to pass onBlur callback to the input#272judygab wants to merge 3 commits intohibiken:masterfrom
onBlur callback to the input#272judygab wants to merge 3 commits intohibiken:masterfrom
Conversation
…element of PlacesAutocomplete. User can pass onBlur as props to PlacesAutocomplete instance and modify what happens when the searchbox is out of focus. For example, I needed to capture the input if user didn't select one o hibiken#260, hibiken#51
Owner
|
Hey @judygab! Thank you for opening a pull request. Would you mind taking a look at #106 (comment). That should work if you want to provide a handler for blur event on the input element. |
Author
|
Hey @hibiken Thanks! and how would I pass the input value to the |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…element of PlacesAutocomplete.
User can pass onBlur as props to PlacesAutocomplete instance and modify what happens when the
searchbox is out of focus. For example, I needed to capture the input if user didn't select one of the options from the list provided in a dropdown menu.
#260, #51
I made sure that my branch is from master, tests are running and commited using npm.