sergeyt / meteor-typeahead

Autocomplete package for meteor powered by twitter typeahead.js
https://atmospherejs.com/sergeyt/typeahead
MIT License
146 stars 82 forks source link

suggestion: autocomplete and spellcheck attribute values #97

Closed flowen closed 8 years ago

flowen commented 9 years ago

should not be 'off' but set to 'false' in order for them to work in the current browsers. If I set them myself (by searching the whole project for the attributes) then they keep resetting after some time. Not sure how to fix this myself, but should be easy :)

kristijanhusak commented 8 years ago

autocomplete="false" is not working in Chrome 47.0.2526.111 (64-bit) . They probably fixed it in the meantime. I also tested Firefox with both false and off, and it's working. I'm only not sure about Safari.

sergeyt commented 8 years ago

I think this could be easily handled by application, so I suggest to remove this line from typeahead bundle at all.

sergeyt commented 8 years ago

please welcome to send PR

kristijanhusak commented 8 years ago

Agree. Will create PR soon.