Closed desig9stein closed 3 years ago
There has been no recent activity and this issue has been marked inactive.
There has been no recent activity and this issue has been marked inactive.
Moved to samples repo: https://github.com/IgniteUI/igniteui-angular-samples/issues/2739
Description
Provide an accessible experience for igx-input-group.
aria-label
for the input filedhint
it should be added to thearia-describedby
list of the input fieldaria-invalid
should be added and automatically updated based on the input's validity state.aria-required
should be added if the input is a required field.role="alert"
to the error message.NOTE: According to MDN
aria-required
is required only for browsers that do not yet support ARIA.Attachments
Attach a sample if available, and screenshots, if applicable.