looks like Chrome has added a new feature in one of the last versions. This feature is far too intelligent (or even not).
I have an input field which I use for a date picker. If I now click on the input field, normally the date picker opens up. But since the last Chrom update also the credentials suggestions are popping up:
This could help in this case, but I have some other „real“ input fields on my application which have the same problem and there I can’t change the type.
Because doing so in your browser is a decision that you’re making for yourself, rather than stripping a user’s ability to use the feature if they desire to?
Not sure its something to be “fixed”, but… Chrome doesnt respect autocomplete=“off”. They’ve been told, they’ve maintained their stance since 2015 or earlier that they will not implement autocomplete=“off” in Chromium.
I’ve seen (old) suggestions that giving the autocomplete attribute a nonsensical value might work, like autocomplete=“do-not-autocomplete-you-stupid-browser”, which apparently confuses the browser into ignoring it for completion terms, but i’m… not sure that’ll work against the password manager version of the feature.