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
Probblem is input[type="number"] doesn't take entering . as a change and it also acts weirdly when 001 like nos are inputted. Despite redux state was 1 in this case but the input still had 001.
Try entering
001
,001.
,0.1
etc and try removing all nos (in this case input should have0
as value).The text was updated successfully, but these errors were encountered: