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
We should limit the users option for inputting wrong times in the Date Pickers time text field, we can do this by using a TextFormatter and based on the time format (12-hour vs. 24-hour) can allow them to only input certain characters and in a certain format, eg. 16:14 or 12:30 AM versus the non-managed options right now like ABCDEF that can be input but is wrong (and will be disregarded on submit).
Impact
Better UX for users, easier to correctly input time.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Description
We should limit the users option for inputting wrong times in the Date Pickers time text field, we can do this by using a TextFormatter and based on the time format (12-hour vs. 24-hour) can allow them to only input certain characters and in a certain format, eg.
16:14
or12:30 AM
versus the non-managed options right now likeABCDEF
that can be input but is wrong (and will be disregarded on submit).Impact
Better UX for users, easier to correctly input time.
Additional Context
No response
The text was updated successfully, but these errors were encountered: