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
Normally when you press backspace in an input field the bellow code works as expected but if you would type "-" (without quotes) in empty input field and then press backspace then the "e.target" becomes null. Is this intended behavior or is it a bug?
Normally when you press backspace in an input field the bellow code works as expected but if you would type "-" (without quotes) in empty input field and then press backspace then the "e.target" becomes null. Is this intended behavior or is it a bug?
onValueChange={(numberValue, e) => { console.log(e.target) }}
The text was updated successfully, but these errors were encountered: