fix(Champs::Civilite): fix dsfr missing red feedback, add green feedback

This commit is contained in:
Martin 2024-03-05 17:21:29 +01:00
parent 9280ccc23d
commit 0519dece96
3 changed files with 18 additions and 13 deletions

View file

@ -1,6 +1,10 @@
class Champs::CiviliteChamp < Champ
validates :value, inclusion: ["M.", "Mme"], allow_nil: true, allow_blank: false
def legend_label?
true
end
def html_label?
false
end