Skip to content

Commit

Permalink
Reverted default autocomplete value to off
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Dec 23, 2018
1 parent 8a1ec4b commit 42f60f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/typeahead.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ describe('Typeahead', () => {
+ 'elment', () => {

typeahead.init()
inputElm.getAttribute('autocomplete').should.equal('typeahead')
inputElm.getAttribute('autocomplete').should.equal('off')
})

it('should set up event handlers for the typeahead', async () => {
Expand Down

0 comments on commit 42f60f0

Please sign in to comment.