Unplanned
Last Updated: 09 May 2024 08:14 by Mike
Mike
Created on: 09 May 2024 08:14
Category: Form
Type: Feature Request
1
[Accessibility] Add the aria-describedby attribute to the form fields so screen readers can read out the hint and error messages

There is no AriaDescribedBy parameter on the Upload when it's inside a Form. I'd like to be able to associate some elements to further describe some validation messages/hints, but there is no parameter exposing that.

For reference, the Angular FormField component associates the underlying control and its visible messages by assigning the aria-describedby attribute to the focusable element.

0 comments