noyainrain / meetling

Web app for collaboratively preparing meetings.
https://meetling.org/
GNU General Public License v3.0
15 stars 2 forks source link

Time input on EditMeetingPage cannot be selected on Safari #58

Closed noyainrain closed 7 years ago

noyainrain commented 7 years ago

When the time input on the EditMeetingPage is selected on Safari, the focus instantly shifts to the date input, making it impossible to enter a time.

This behavior is caused by the surrounding label containing two input elements, which is invalid HTML.