Browsers do not disable autocomplete if you set it to off, for example in Chrome. When you use ngx-select with a list and a search field, once you put the focus on the field, the browser shows its own autocomplete list which covers the list of ngx-select. To disable to list you can use autocomplete="blabla". This pull request allows you to do that.
Browsers do not disable autocomplete if you set it to off, for example in Chrome. When you use ngx-select with a list and a search field, once you put the focus on the field, the browser shows its own autocomplete list which covers the list of ngx-select. To disable to list you can use
autocomplete="blabla"
. This pull request allows you to do that.