angucomplete icon indicating copy to clipboard operation
angucomplete copied to clipboard

Html autocomplete getting in the way of selection

Open trevorgk opened this issue 10 years ago • 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.

trevorgk avatar Oct 07 '14 01:10 trevorgk

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

andoulla avatar Oct 14 '14 10:10 andoulla

Facing the same issue. Does anyone have any solution

nishant1992 avatar Apr 21 '16 13:04 nishant1992

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

nishant1992 avatar Apr 21 '16 13:04 nishant1992