83c6bf1f0e
Co-authored-by: Corinne Durrmeyer <corinne@inseo.fr>
13 lines
219 B
Ruby
13 lines
219 B
Ruby
class EditableChamp::SiretComponent < EditableChamp::EditableChampBaseComponent
|
|
def dsfr_input_classname
|
|
'fr-input'
|
|
end
|
|
|
|
def hint_id
|
|
dom_id(@champ, :siret_info)
|
|
end
|
|
|
|
def hintable?
|
|
true
|
|
end
|
|
end
|