components icon indicating copy to clipboard operation
components copied to clipboard

fix(material/radio): required attribute being set on buttons

Open naaajii opened this issue 9 months ago • 3 comments
trafficstars

fixes when MatRadioGroup is set to be required it was setting all of its MatRadioButton to be required as-well which is confusing for assistive technologies, this commit ensures we only set aria-required on group rather than all buttons unless button is being used standalone of MatRadioGroup

fixes #30399

naaajii avatar Feb 02 '25 09:02 naaajii