Skip to content

Revert types of date time picker input to text

Chris Lemaire requested to merge fix-lab-create-datetime-inputs into development

The problem: for some (Otto), the input fields for inputting date times did not work and threw a massive exception. image

The change from type="text" to type="datetime-local" broke the input field for lab time for some Locale(s). This should remain to be type="text" as the actual value is changed by the tempusdominus date time picker tool.

Merge request reports