[number field] min/max attributes
Open
accessibility
component: number field
- Dominant language
- TypeScript
- Stars
- 10.9k
- Forks
- 543
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 101
Description
# Get help
## Ask a question
I expected the min and max props on a `NumberField` to set the `input`'s `min` and `max` attributes for screen readers. A suppose this is due to `type="text"` being used for the input.
I suppose the best way to provide accessiblity would be to provide a aria-description for screen readers? Any insights would help. Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.