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