Tried several methods of disabling autocomplete and Chrome still ignores it when using jQuery Select2 input.
I tried inserting another input field (and using display: none) before the real input to try to trick Chrome, this didn't seem to work either.
Here is how the input looks now:
<input type="text" autocomplete="off" autocorrect="off"
autocapitalize="off" spellcheck="false" class="select2-input select2-default" id="s2id_autogen2" placeholder="" style="width: 283px;" aria-activedescendant="select2-result-label-3">
When clicking on the field, at least half the time Chrome will try to autocomplete it with my phone numbers saved in Chrome. Any ideas how to disable it? It also inhibits the Select2 use as it covers it's options up.