You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think an event is needed to. I miss onBlur & onFocus to handle keyboard events for better accessibility...
But adding event would make things more convenient to get the name, and more...
Or to let the developer get these values with ease and then make the choice to grab what ever the dev whants, not just the values.
I'm using multiples Inputs on the same component to change an object like this:
And I'm rendering the multiples like this:
How can I get the reference of which input I'm changing to update a specific object inside of
currentDays
?Maybe the
event
to get the name of the input?This is my onChange function:
The text was updated successfully, but these errors were encountered: