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
The selectors for increment and interval could be improved like this:
Invert the order: first interval, then increment (seems a more logical order to me).
When using the keyboard and switching from one field to the next using Tab, the order goes: Increment (value) > Interval (value) > Increment (unit) > Interval (unit). It would be nice to have the unit right after the value for each of increment and interval. With the revert order suggested above, this would mean: Interval (value) > Interval (unit) > Increment (value) > Increment (unit).
The text was updated successfully, but these errors were encountered:
The selectors for increment and interval could be improved like this:
Invert the order: first interval, then increment (seems a more logical order to me).
When using the keyboard and switching from one field to the next using
Tab
, the order goes: Increment (value) > Interval (value) > Increment (unit) > Interval (unit). It would be nice to have the unit right after the value for each of increment and interval. With the revert order suggested above, this would mean: Interval (value) > Interval (unit) > Increment (value) > Increment (unit).The text was updated successfully, but these errors were encountered: