Dear @sagalbot ,
Please can you add a feature to disable the BROWSER AUTOCOMPLETE, because it is very annoying and the browser list stay over your control and it become unusable.
Refer to search field autocomplete and input autocomplete
Will be released in v2.3.1. Thanks for pointing that out!
Hi! I think it must be: autocomplete: 'off' . Not 'false' . autocomplete='false' doesn't work
Please fix it
@berdnikov that is the current implementation:
@sagalbot Thank you! There was old version in my project.
@berdnikov, no problem!
@sagalbot Changing to autocomplete="off" still does not always work 100% of the time. I can reproduce a case where it consitently does not work (dynamically adding duplicated items, on first click the autocomplete would still show up).
Please change it to any random string, like autocomplete="asdasd". This fixes my case above.
https://gist.github.com/niksumeiko/360164708c3b326bd1c8
https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off
@sagalbot Changing to autocomplete="off" still does not always work 100% of the time. I can reproduce a case where it consitently does not work (dynamically adding duplicated items, on first click the autocomplete would still show up).
Please change it to any random string, like autocomplete="asdasd". This fixes my case above.
https://gist.github.com/niksumeiko/360164708c3b326bd1c8
https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off
Tested (on the sandbox page) and found the same result as @longprao