Vue-select: Disable browser autocomplete

Created on 25 Sep 2017  路  8Comments  路  Source: sagalbot/vue-select

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

enhancement

All 8 comments

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

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pud1m picture pud1m  路  3Comments

FrancescoMussi picture FrancescoMussi  路  3Comments

ducdev picture ducdev  路  3Comments

FrozenIce0617 picture FrozenIce0617  路  3Comments

xuwenhao picture xuwenhao  路  3Comments