Quantcast
Channel: Active questions tagged symfony4 - Stack Overflow
Viewing all articles
Browse latest Browse all 3925

How to change input "id" in FormType.php Symfony 4

$
0
0

I have tried to change the attr "id" in a FormType.php file :

->add('content', TextareaType::class,(['label' => "Description détaillée",'attr' => ['placeholder' => "Donnez une description qui donne vraiment envoe de venir chez vous !",'id' => "test_id"                ]            ]))

NB : I WANT TO CHANGE ONLY THE "ID"

Thank you


Viewing all articles
Browse latest Browse all 3925

Trending Articles