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): ...
beradrian
Aug 31, 2022Copper Contributor
Use `aria-autocomplete="list"` attribute instead.