Commit 3a500fc1 by Yvon Kerdoncuff

disable autocomplete on householdComposition to avoid issue with form wrongly…

disable autocomplete on householdComposition to avoid issue with form wrongly pre-selected cached data after page reload
parent 444219d1
...@@ -237,6 +237,9 @@ class AdherentAdmin extends AbstractAdmin ...@@ -237,6 +237,9 @@ class AdherentAdmin extends AbstractAdmin
], ],
'label' => "Composition du foyer (pour information)", 'label' => "Composition du foyer (pour information)",
'required' => true, 'required' => true,
'attr' => [
'autocomplete' => 'off'
],
'placeholder' => "Choix de la composition du foyer", 'placeholder' => "Choix de la composition du foyer",
]) ])
->add('householdCount',IntegerType::class, [ ->add('householdCount',IntegerType::class, [
......
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