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
{{ message }}
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
I think the time input field would be quicker to use if it made fuzzy search suggestions as you typed. The hour/minute picker that exists now requires a lot of precise clicking.
We could load an array with time options in 15min increments (12:00 AM - 11:45 PM) and then pass it into the <auto-complete> component to suggest time options as the user types.
These changes would need to happen in TimeField.vue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think the time input field would be quicker to use if it made fuzzy search suggestions as you typed. The hour/minute picker that exists now requires a lot of precise clicking.
We could load an array with time options in 15min increments (12:00 AM - 11:45 PM) and then pass it into the
<auto-complete>
component to suggest time options as the user types.These changes would need to happen in TimeField.vue.
The text was updated successfully, but these errors were encountered: