Commit e3132d04 by Damien Moulard

add autocomplete off to prestataire info checkbox field

parent c841084d
......@@ -163,6 +163,7 @@ class PrestataireInfosFormType extends AbstractType
->add('ccasOk', CheckboxType::class, [
'label' => 'Si concerné : d\'accord pour la procédure des aides facultatives CCAS',
'required' => false,
'attr' => ['autocomplete' => 'off']
]);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment