Azure / iot-ux-fluent-controls

A collection of shared react UI components used across IoT teams.
MIT License
13 stars 19 forks source link

Add error aria label to form error icon #164

Closed PatoBeltran closed 4 years ago

PatoBeltran commented 4 years ago

Added aria label to the error icon on formError, this will make it so that any screen reader will announce this label before announcing the actual error message, giving more context to the user that the text they will hear is an error.

This is added as a prop to allow internationalization.