mattermost / mattermost-plugin-google-calendar

Mattermost Google Calendar Plugin
35 stars 35 forks source link

Switch time inputs to `input[type="time"]` #52

Open fmartingr opened 1 year ago

fmartingr commented 1 year ago

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

Related tasks