components
components copied to clipboard
fix(material/radio): required attribute being set on buttons
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