imacrayon / eventsinwichita

Just Events in Wichita, nothing else.
https://eventsinwichita.com
MIT License
11 stars 6 forks source link

Make time input quicker to use #23

Open imacrayon opened 5 years ago

imacrayon commented 5 years ago

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.