material-web icon indicating copy to clipboard operation
material-web copied to clipboard

Form textfields autofill

Open silizza opened this issue 3 years ago • 2 comments

Is there a way to enable form autofill? The password managers (Bitwarden, google etc) are not able to autocomplete the Textfields because of shadow root. It is a big inconvenience for user experience.

silizza avatar Jun 22 '22 17:06 silizza

I guess this would need to be implemented?

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals

drk-mtr avatar Jul 03 '22 02:07 drk-mtr

Safari already supports shadow DOM, but autofill only works when the Autocomplete attribute is present, which the text field does not support at the moment.

steverep avatar Oct 23 '22 03:10 steverep

Text field has autocomplete now in 1.0

asyncliz avatar Sep 26 '23 23:09 asyncliz