Forum Discussion
DPierangeli
Jul 22, 2019Brass Contributor
Autocomplete off behaviour
Chrome/Chromium has a nasty handling of the html attribute 'autocomplete=off' : it doesn't respect it. It has raised a lot of complaints from developers (but Google seems that is not listening): ...
Elliot Kirk
Microsoft
Jul 23, 2019Hi DPierangeli, right now we will have the same behavior as we share the same Chromium code base. I will raise this issue with our platform team to see if they will consider adding it to the list of Chromium issues that we are fixing. Thank you for bringing this to our attention.
Elliot
- VincentWansinkJun 03, 2022Copper ContributorSo it seems the Chrome is now respecting autocomplete=new-password but Edge is still not. If you want to follow Chrome's lead (for whatever reason) then follow their lead. This is a super important issue for developers. Please don't think this is minor and put it in a file somewhere and then go work on something else. THIS IS A HUGE ISSUE and not being able to turn off autocomplete has serious negative consequences for the end user experience.
- drogersOct 14, 2019Copper Contributor
Elliot Kirk Did the platform team have a stance on this? Properly respecting autocomplete='off' is important to a lot of people.
- DPierangeliJul 25, 2019Brass Contributor
Elliot Kirk Thanks!