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

Textbox Autocomplete (browser prediction) #116

Closed
wants to merge 21 commits into from
Closed

Textbox Autocomplete (browser prediction) #116

wants to merge 21 commits into from

Conversation

etxemag75
Copy link
Contributor

@etxemag75 etxemag75 commented Sep 20, 2018

The autocomplete attribute specifies whether or not an input field should have autocomplete enabled.

Autocomplete allows the browser to predict the value. When a user starts to type in a field, the browser should display options to fill in the field, based on earlier typed values.

This is especially useful for login pages where you want KeyChain support from the browser, google recommends to use "new-password" and "current-password" at login pages.

Note: The autocomplete attribute works with the following types: text, search, url, tel, email, password, datepickers, range, and color.

@choptastic
Copy link
Member

The autocomplete component you've submitted was merged a while back, so I'm closing this. Thanks!

@choptastic choptastic closed this Feb 8, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants