ngbTypeahead Chrome autocomplete
See original GitHub issueThe documentation for the input selector ngbTypeahead states:
The value for the autocomplete attribute for the element. Defaults to “off” to disable the native browser autocomplete, but you can override it if necessary.
However suggestions are still appearing in Chrome. I have tried to remove this by including:
autocomplete="off"
autocomplete="new-password"
autocomplete="randomText"
None of these work.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Typeahead - Angular powered Bootstrap
Bootstrap widgets for Angular: autocomplete, accordion, alert, carousel, datepicker, dropdown, offcanvas, pagination, popover, progressbar, rating, tabset, ...
Read more >allow arrowkey movement in typeahead bootstrap
I'm really thrilled, because my code works great for me (se below), however I cannot use the arrow keys to move up/down in...
Read more >Open Typeahead dropdown on focus - CodePen
Ctrl Ctrl Space Autocomplete ... {"__browser":{"device":"unknown","mobile":true,"name":"chrome","platform":"android","version":"107"},"__constants":{} ...
Read more >angular/angular - Gitter
Something like auto-complete but with custom temlpate? ... the lengthComputable property, I get the value false when running the same code in Chrome....
Read more >Angular 6 Ngbtypeahead Filter Of List Of Json Objects - ADocLib
open. response. search. select. Any field that can receive input can be converted into an Autocomplete namely <input> elements <textarea> elements. The string ......
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 Free
Top 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
@jamesbcn please provide a minimal reproduction scenario with Stackblitz, if you don’t mind. It should have been fixed in #2194. I can’t reproduce it in Chrome at the moment.
We should probably update docs/examples indeed if
<form>
is required.Closing as no update regarding a reproducible scenario via Stackblitz