Closed
Description
Symfony version(s) affected
7.2.1
Description
this field is auto-generated by symfony:
<input type="hidden" id="message__token" name="message[_token]" data-controller="csrf-protection" autocomplete="off" value="csrf-token" />
this is the error from validator.w3.org:
An input element with a type attribute whose value is hidden must not have an autocomplete attribute whose value is on or off.
How to reproduce
create a simple contact form
Possible Solution
why autocomplete for a hidden field?
Additional Context
No response