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
When clicking on the increment / decrement buttons on an uncontroleld NumberField the value doesn't update, it calls the onChange twice, once with the new value and then again with the original value, so nothing changes
The text was updated successfully, but these errors were encountered:
When clicking on the increment / decrement buttons on an uncontroleld
NumberField
the value doesn't update, it calls theonChange
twice, once with the new value and then again with the original value, so nothing changesThe text was updated successfully, but these errors were encountered: