Thanks to visit codestin.com
Credit goes to github.com

Skip to content

autocomplete for hidden type #59294

Closed
Closed
@lxregistry

Description

@lxregistry

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions