pnp / pnp/sp-dev-fx-controls-react
Accessibility Issue: aria-invalid attributes in all controls (Textfield, PeoplePicker, DateControl, etc)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 433
- Forks
- 418
- Avg merge
- 5d 6m
- Merged PRs (30d)
- 19
Description
Category
[x ] Enhancement
[ ] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ all versions ]
Expected
Based on the control standard, the attribute aria-invalid is supported to let the narrator to read the error message on the control if any. However, all sp-dev-fx-controls-react do not have this attribute.
Observed Behavior
All controls are not implemented with this aria-Invalid attribute
Steps to Reproduce
Library Code.
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the Textfield, PeoplePicker, DateControl, and other controls in sp-dev-fx-controls-react, using the linked aria-invalid reference to understand the expected accessibility behavior. Add support for aria-invalid across the controls and verify that narrator users can receive control error messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100