[docs] Make NumberField described by helper text by silviuaavram · Pull Request #48257 · mui/material-ui (original) (raw)

Pull request overview

Improves accessibility for the Number Field docs example by associating the input with its helper text via aria-describedby, so assistive technologies can announce the helper text alongside the field.

Changes:

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/data/material/components/number-field/components/NumberField.tsx Adds aria-describedby on the input and an id on helper text to link them.
docs/data/material/components/number-field/components/NumberField.js Adds helper text id, but currently lacks the matching aria-describedby on the input.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.