Expect to add Autocomplete off to the default config
See original GitHub issuevue-autosuggest
version: 2.0.0node
version: 10.15.3npm
(oryarn
) version: 1.16.0
Relevant code or config
What you did:
What happened:
Problem description:
Suggested solution:
The autocomplete attribute is not added by default. Expect to add it to the default config And set the default value to off No manual configuration required
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to turn off form autocompletion - Web security | MDN
This article explains how a website can disable autocomplete for form fields. By default, browsers remember information that the user ...
Read more >How to Disable the Browser Autocomplete and Autofill on ...
Learn how to prevent browsers auto filling the input fields of HTML forms. Use autocomplete="off" to specify that autocomplete is disabled. See examples....
Read more >How to Enable or Disable Autocomplete in a Web Browser
Open a Chrome browser window. Click Customize and control Google Chrome Chrome settings icon (three vertical dots) in the upper-right corner of ...
Read more >2019, Chrome 76, approach to autocomplete off
The only working solution I've found is to setting autocomplete="off" on the input and add hidden fake inputs before the real input that ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ah it seems that it is always “off” to start, but then inputProps are blowing away the defaults sometimes. I see the fix and can push up in a bit.
I’m like a fool. It’s amazing that I didn’t see it!