alexurquhart / vue-bootstrap-typeahead

An autocomplete/typeahead component for Vue 2 and Bootstrap 4
https://alexurquhart.github.io/vue-bootstrap-typeahead/
MIT License
206 stars 157 forks source link

prevent chrome autocomplete #72

Open ariverak opened 4 years ago

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 83


Totals Coverage Status
Change from base Build 38: 0.0%
Covered Lines: 47
Relevant Lines: 68

💛 - Coveralls
mattzollinhofer commented 4 years ago

I'm not 100% sure I understand autocomplete in general or the use case at this point. It looks like the current implementation follows general guidelines (https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete). Can you give me some more information about this if you're still interested in this?