Closed
requested to merge github/fork/MewenLeHo/main-mlh-improve-accessibility-helper-text into main
Description
Improve accessibility of helper text in forms.
Motivation & Context
Better accessibility by using a more robust method and add a programmatic link to the label.
Type of changes
-
New feature (non-breaking change which adds functionality)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly -
I have added tests to cover my changes -
All new and existing tests passed