Closed
Description
Hello,
This doc : https://symfony.com/doc/current/reference/forms/types/submit.html said that it's actually possible to use "label_attr" option on a SubmitType but when we use it, we have the following error :
The option "label_attr" does not exist. Defined options are: "attr", "auto_initialize", "block_name", "disabled", "label", "label_format", "translation_domain", "validation_groups".
Am i using it wrong or is the doc wrong ?