- Issue created by @damienmckenna
- Status changed to Needs review
12 months ago 3:37pm 20 July 2024 - Merge request !8858Add aria-attribute=none when adding autocomplete=off. → (Open) created by damienmckenna
- 🇺🇸United States damienmckenna NH, USA
I was informed that the root problem was in fact a browser plugin rather than the browser itself. As such, we might consider this a feature request rather than a bug report?
- Status changed to Needs work
11 months ago 2:51pm 29 July 2024 - 🇺🇸United States smustgrave
Reran nightwatch and still fails so appears to be legit to the issue
- 🇮🇳India shree.yesare
I added `aria-autocomplete="none"` to both the Webform and its elements, but Chrome (version 138.0.7204.50) still applies autofill values to the fields.
$form['#attributes']['aria-autocomplete'] = 'none';