We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f070a8 commit fbbed04Copy full SHA for fbbed04
src/autocomplete/typeahead.js
@@ -538,7 +538,7 @@ function buildDom(options) {
538
.prop('readonly', true)
539
.attr({
540
'aria-hidden': 'true',
541
- autocomplete: 'off',
+ autocomplete: 'nope',
542
spellcheck: 'false',
543
tabindex: -1
544
});
@@ -563,7 +563,7 @@ function buildDom(options) {
563
$input
564
.addClass(_.className(options.cssClasses.prefix, options.cssClasses.input, true))
565
566
567
spellcheck: false,
568
569
// Accessibility features
0 commit comments