Auto switch fields when doing absolute time periods #9225
Labels
Feature:Timepicker
Timepicker
good first issue
low hanging fruit
release_note:enhancement
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
When picking an absolute time period it involves manually typing timestamps, ie;
It'd be awesome if a user could click in (eg in the example above) the hour field, type
21
and then we jumped into the minute field and highlighted that to prompt the user to either accept or replace the values. Then repeat for seconds and milliseconds. Of if you started in the year field, do the same.Currently if you went to enter
21:00:00.000
and just typed the values, you'd get something like210000000:00:00.000
(if you started at01:00:00.000
) as we don't validate the individual fields.Essentially we shouldn't rely on the user to only put in the N relevant values each field actually requires, and we should shift to the next field when those N values have been entered.
The text was updated successfully, but these errors were encountered: