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
The create event modal uses simple <select/> elements to select the time of the event. <input/> elements can be of type time which will leave the implementation to the browser with an already defined UI and they also allow for a min/max/step parameters to customize the options.
Acceptance criteria
Migrate custom selects to input[type="time"]
Do not break current integration with the date field:
If the date is today, we should only allow a start/end time after the current time.
End time should only allow times after Start time.
The create event modal uses simple
<select/>
elements to select the time of the event.<input/>
elements can be of typetime
which will leave the implementation to the browser with an already defined UI and they also allow for amin
/max
/step
parameters to customize the options.Acceptance criteria
input[type="time"]
date
field:Related tasks
The text was updated successfully, but these errors were encountered: