darylrowland/angucomplete

Html autocomplete getting in the way of selection

Opened this issue · 3 comments

I ran into a problem with google chrome autocomplete which would cover the first (and only in this case) search result. To get around it I modified the template block in angucomplete.js and added autocomplete="off" to get around the default browser behaviour.

Is it possible to add autocomplete="off" in the released package. Have having to hack this in the local version I'm using

Facing the same issue. Does anyone have any solution

Well got one solution. Applying autocomplete="off" to the containing form removes the issue.