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
The event onChange is not provide an event argument cause there are quite a lot places from where you can submit an event. And that would not be an input.
So you need to mock event, by creating the object with event.target.value by yourself
Is your feature request related to a problem? Please describe.
event.target.name
is missingDescribe the solution you'd like
Add name prop
Describe alternatives you've considered
either will use native element or doing separate handlers
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: