You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EuiText (description prop) is repeated twice by screen readers in the second example with one form row. Once when user is reading the page normally and again when user is inside the input field. Is this preventable?
EuiTitle (title prop) takes any type of node. Should this be restricted to only heading elements (h2, h3, etc)?
Context: #707 (comment)
In its current implementation,
EuiDescribedFormGroup
behaves like afieldset
and generates something like this (simplified):If it only wraps around one form row, and the user specifies
idAria
and passes it to the form row, it becomes:Action items:
EuiText
(description
prop) is repeated twice by screen readers in the second example with one form row. Once when user is reading the page normally and again when user is inside the input field. Is this preventable?EuiTitle
(title
prop) takes any type of node. Should this be restricted to only heading elements (h2
,h3
, etc)?aria
props are correct.References:
https://www.w3.org/WAI/tutorials/forms/grouping/#associating-related-controls-with-fieldset
https://www.w3.org/TR/wai-aria/#aria-describedby
The text was updated successfully, but these errors were encountered: