Skip to content

Commit fbbed04

Browse files
sdwvitHaroenv
authored andcommitted
feat: change autocomplete from 'off' to 'nope' (#250)
1 parent 1f070a8 commit fbbed04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/autocomplete/typeahead.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ function buildDom(options) {
538538
.prop('readonly', true)
539539
.attr({
540540
'aria-hidden': 'true',
541-
autocomplete: 'off',
541+
autocomplete: 'nope',
542542
spellcheck: 'false',
543543
tabindex: -1
544544
});
@@ -563,7 +563,7 @@ function buildDom(options) {
563563
$input
564564
.addClass(_.className(options.cssClasses.prefix, options.cssClasses.input, true))
565565
.attr({
566-
autocomplete: 'off',
566+
autocomplete: 'nope',
567567
spellcheck: false,
568568

569569
// Accessibility features

0 commit comments

Comments
 (0)