bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

Autocomplete == false not working

Open NicoBijl opened this issue 8 years ago • 3 comments

Hi ,

in the html template, please change autocomplete="false" to autocomplete="off". http://www.w3schools.com/tags/att_input_autocomplete.asp

Thanks

NicoBijl avatar Sep 22 '16 10:09 NicoBijl

Agreed! Thanks NicoBijl modified the js and this fixed the issue of the original selects dropdown showing over the one thats created

iamprofchaos avatar Oct 20 '16 20:10 iamprofchaos

Thanks guys. I had the same issue. Modified js helps for the moment.

falkorhein avatar Dec 05 '16 13:12 falkorhein

I was just getting on here to write this very thing. For some reason they decided autocomplete would be on/off. To the other comment saying "original selects dropdown", it isn't the original select showing, it is the dropdown for autocomplete showing.

weisborg avatar Dec 09 '16 20:12 weisborg