[Webkit-unassigned] [Bug 260960] New: autocomplete email does not work on input
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 31 05:15:01 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260960
Bug ID: 260960
Summary: autocomplete email does not work on input
Product: WebKit
Version: Safari 16
Hardware: Unspecified
OS: macOS 13
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
Assignee: webkit-unassigned at lists.webkit.org
Reporter: collimarco91 at gmail.com
CC: cdumez at apple.com, wenson_hsieh at apple.com
I have a simple form with this input:
<input type="email" name="email" id="email" value="" required="required" autocomplete="email" placeholder="Your email">
The form allow the users to subscribe to a newsletter.
The user clicks on the field and starts typing the email, but Safari doesn't suggest anything and doesn't try to autocomplete.
Chrome on the other hand, immediately suggests your user email when you focus the field. This is a better UX.
Can you improve this?
--
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/20230831/6e740647/attachment.htm>
More information about the webkit-unassigned
mailing list