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 increment/decrement buttons the focus state of the main input is lost and it causes flashing of the white focus ring, I sugest adding onMouseDown={(e) => e.preventDefault()} on those buttons