-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken textfield autocomplete #82
Comments
@azakus Any movement on this? I can't believe we cannot override Chrome's background-color with Doesn't this issue void the use of the floating label pattern? |
@azakus Haven't tried yet but looks promising, should take care of form-related issues. Form-associated custom elements https://docs.google.com/document/d/1JO8puctCSpW-ZYGU8lF-h4FWRIDQNDVexzHoOQ2iQmY/edit?pli=1#heading=h.c5n73clvajkz |
Is there a status on this? I was working on creating a Lit component that helps my company implement forms easily on client websites but not having autofill/autocomplete is kind of a deal breaker on whether or not we can use material form fields for it. Thank you! |
The autosuggest fails until input tag is inside form tag.
material-components/material-components-web#3174
But It doesn't work for form level autosuggest. WICG/webcomponents#572
The text was updated successfully, but these errors were encountered: