NEW268005
autocomplete doesn't work in form inputs that are in a shadow root
https://bugs.webkit.org/show_bug.cgi?id=268005
Summary autocomplete doesn't work in form inputs that are in a shadow root
Jake Archibald
Reported 2024-01-24 07:47:23 PST
Demo: https://static-misc-3.glitch.me/autocomplete-component-test/ Safari offers to autocomplete the light DOM inputs, but won't do the same for shadow DOM inputs with the same autocomplete values. https://bugs.webkit.org/show_bug.cgi?id=172567 appears to fix this for type="email" and type="password", but it doesn't seem to work for autocomplete.
Attachments
Ricky Mondello
Comment 1 2024-01-30 07:19:33 PST
This is a Safari bug, not a WebKit bug. I’m tracking it here: rdar://121929863
Note You need to log in before you can comment on or make changes to this bug.