Skip to content
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

Textfield autocomplete attribute #4510

Closed
juanpmarin opened this issue Jun 29, 2023 · 2 comments
Closed

Textfield autocomplete attribute #4510

juanpmarin opened this issue Jun 29, 2023 · 2 comments

Comments

@juanpmarin
Copy link

There are some cases where is necessary to disable browser autocomplete, for example when implementing custom typeahead.
image

The way that you disable it in the native input element is with autocomplete="off", I tried with aria-autocomplete which material textfield support but it did not work.

Can you expose autocomplete attribute please?

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#examples

@asyncLiz
Copy link
Collaborator

Sounds reasonable to me!

@asyncLiz
Copy link
Collaborator

Closing as duplicate of #82

@asyncLiz asyncLiz closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants