msandrini / achiever

A tool built to achieve... wrapper over the old "Achievo" legacy system, transforming the old php+html return into a modern one-page app in React with GraphQL for the API.
MIT License
1 stars 2 forks source link

UI bug on time field entry #58

Closed msandrini closed 6 years ago

msandrini commented 6 years ago

We have this nasty bug that prevents the user from entering numbers from the up/down native controls (also for up/down on keyboard), switching the focus of the field back and forth.

henriquefacioli commented 6 years ago

Change the implemention to check the length 2 onKeyUp instead of onChange

henriquefacioli commented 6 years ago

67 Fixes this issue