-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onFocus and onBlur functionalities #17
Comments
Multiple inputs are used for this particular component, so how exactly do you propose these event handlers work? We'll need to consider all cases from empty, to partially filled to fully filled inputs |
I may have a proposal for this on #75 In words it is like this:
|
Can I give this one a try? |
It is called because you run the function in the render method, you should pass function, not what they return. |
working on it |
Hi @prateek3255 ! I'll fix the suggestions for the closed PR |
onFocus, onBlur, onInput are all default functionalities of any input, why not provide them here
The text was updated successfully, but these errors were encountered: