Remove duplicate id
This commit is contained in:
parent
a1abaa4ac2
commit
b0b1cdbbeb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
%span.fr-hint-text{ data: { controller: 'date-input-hint' } }= hint
|
||||
|
||||
- if @champ.description.present?
|
||||
%span.fr-hint-text{ id: @champ.describedby_id }= render SimpleFormatComponent.new(@champ.description, allow_a: true)
|
||||
%span.fr-hint-text= render SimpleFormatComponent.new(@champ.description, allow_a: true)
|
||||
|
||||
- if @champ.textarea?
|
||||
%span.sr-only= t('.recommended_size', size: @champ.character_limit_base)
|
||||
|
|
Loading…
Reference in a new issue