-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
typeahead: add autocomplete="off" to the host #520
Comments
Changes to be done in:
|
BTW, I really appreciate that you're encouraging external contributors like you're doing by filing issues and tagging them with the effort tag. It probably took you longer to file the issue than to just fix it in the first place, but it's a great opportunity for me to learn and be useful at the same time. 👍 |
Sure, we definitively want to grow a pool of contributors. So thnx once again for stepping in and helping out! |
An input field on which we are setting a typeahead should have those attributes added automatically to the host:
autocomplete="off"
autocapitalize="off"
autocorrect="off"
The text was updated successfully, but these errors were encountered: