Skip to content

Commit

Permalink
fix: focus qui bouge sur le feedback negative lorsque textarea est re…
Browse files Browse the repository at this point in the history
…mpli (#6381)

* feat: ajout de aria-live sur compteur caractères suggestion

* chore: clean

* feat: rgaa liaison entre bouton oui-non et titre

* fix: rgaa gestion des focus

* chore: snap

* fix: focus moving to checkbox on textarea field

---------

Co-authored-by: victor <[email protected]>
  • Loading branch information
Viczei and victor authored Dec 20, 2024
1 parent a01a52b commit 4e8bf39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const FeedbackContent = (props: Props) => {
} else {
textAreaRef?.focus();
}
});
}, [props.type, firstCheckboxRef, textAreaRef]);

return (
<>
Expand Down

0 comments on commit 4e8bf39

Please sign in to comment.