mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
94.14k stars 32.35k forks source link

[joy-ui][RadioGroup] Add `disabled` prop to RadioGroup #39801

Open marcpachecog opened 1 year ago

marcpachecog commented 1 year ago

Duplicates

Latest version

Summary 💡

Will be great if RadioGroup component could accept disabled prop. As for today, the only way to disable is at the Radio component level.

Examples 🌈

No response

Motivation 🔦

No response

mnajdova commented 1 year ago

The feature request makes sense to me 👍 Would you like to try implementing it?

marcpachecog commented 1 year ago

@mnajdova No problem, I will open a PR this week.