ninja / ui

Ninja User Interface, the jQuery plugin for lethal interaction.
http://ninjaui.com
Apache License 2.0
283 stars 23 forks source link

autocomplete input should have autocomplete=off #51

Open six8 opened 12 years ago

six8 commented 12 years ago

Since autocomplete replaces the browsers built in autocomplete, the generate input element should have autocomplete=off. It's a little awkward to do:

$autocomplete.find('input').attr('autocomplete', 'off')
uipoet commented 12 years ago

I completely agree. This is a bug and will require no API changes.