Skip to content

Commit

Permalink
Revert "feat: change autocomplete from 'off' to 'nope' (#250)"
Browse files Browse the repository at this point in the history
This reverts commit fbbed04.
  • Loading branch information
Haroenv authored Dec 10, 2018
1 parent 84a48b8 commit d9e555b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autocomplete/typeahead.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ function buildDom(options) {
.prop('readonly', true)
.attr({
'aria-hidden': 'true',
autocomplete: 'nope',
autocomplete: 'off',
spellcheck: 'false',
tabindex: -1
});
Expand All @@ -563,7 +563,7 @@ function buildDom(options) {
$input
.addClass(_.className(options.cssClasses.prefix, options.cssClasses.input, true))
.attr({
autocomplete: 'nope',
autocomplete: 'off',
spellcheck: false,

// Accessibility features
Expand Down

0 comments on commit d9e555b

Please sign in to comment.