I’d like to suggest the following idea.
I’ve been searching for this feature, and currently there is no good solution. It’s also not possible to build it easily with Bubble itself.
Plugin Purpose: Simple Time Picker (Time Only)
There are many DateTime pickers available, but not a single decent Time-Only Picker. This is important because in many apps (booking systems, scheduling, reservations, sports practices, etc.), the user only needs to pick a time, not a full date. Forcing them to use a DateTime picker makes the UI confusing and less user-friendly.
A perfect example of what’s needed can be seen in Google Calendar when you set an appointment time, you can either type directly into the field or select the time from a clean dropdown.
This would be ideal:
- The user can type the time manually in the field.
- The user can also pick the time from a dropdown.
- When the user clicks, the dropdown opens and preselects the currently chosen time.
- The user can either choose a new time from the dropdown or change the time manually by typing.