Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

Html attribute "autocomplete" is not set when input is renderend #99

Closed joarobles closed 3 years ago

joarobles commented 9 years ago

This is an example of the generated html for the autocomplete input,

<input type="text" id="q" class="form-control" placeholder="Search...">

It should contain the html attribute autocomplete="off" in order to prevent the browser from filling the input resulting in two selection windows.

mizzao commented 9 years ago

Thanks for the report, will update this soon.

aessig commented 7 years ago

Any news about that ?

joarobles commented 3 years ago

perfect timing