NEW 225447
input type=time wrong submit error message "Enter a valid value" for e.g. 23:59:59
https://bugs.webkit.org/show_bug.cgi?id=225447
Summary input type=time wrong submit error message "Enter a valid value" for e.g. 23:...
Matti Linnanvuori
Reported 2021-05-06 03:46:46 PDT
When trying to submit a form with input type time a wrong submit error message "Enter a valid value" is displayed for correct input e.g. 23:59:59 and the form can not be submitted correctly. The following source code produces the error. <input tabindex="24" size="10" name="timestop" id="timestop" value="23:59:59" type="time" onblur=";" onfocus=";" required>
Attachments
Radar WebKit Bug Importer
Comment 1 2021-05-13 03:47:12 PDT
Note You need to log in before you can comment on or make changes to this bug.