Remove useless aria-live attribute
This commit is contained in:
parent
e21ebc75e1
commit
536160f83e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
.fr-messages-group{ id: @describedby_id, aria: { live: :assertive } }
|
||||
.fr-messages-group{ id: @describedby_id }
|
||||
- if @error_full_messages.size > 0
|
||||
%p{ class: class_names('fr-message' => true, "fr-message--#{@errors_on_attribute ? 'error' : 'valid'}" => true) }
|
||||
= "« #{@champ.libelle} » "
|
||||
|
|
Loading…
Reference in a new issue