[Webkit-unassigned] [Bug 289242] Incomplete input in a date input isn't reflected in DOM value
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 6 17:15:30 PST 2025
https://bugs.webkit.org/show_bug.cgi?id=289242
--- Comment #2 from Ralf <RalfHaug at hotmail.com> ---
It is a bug because it displays the full - valid - date in the textbox after blur yet does not put the actual data into the value of the date box.
Do one or another: Either don't autocomplete it to be a visible full date (only display what is actually entered, i.e. 2/15) or autocomplete the full valid date and put it in the value of the box when it blurs.
If you display a full, valid date, update the value with the valid date. Don't leave it blank.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20250307/b2a4c5d9/attachment-0001.htm>
More information about the webkit-unassigned
mailing list