Showing options in Select/Radio Group components that are disabled by Conditional Options

I have a use-case where it would be beneficial to dynamically disable some options in a dropdown/radio group, but I still want to display these to the user as greyed out options.

Is this possible with the built-in components? If not, how could I get this functionality?

Hello!

This is not possible with the built-in components. But I can see that the feature is supported in material UI, so I’ll register a challenge on it (conditional disabled on the options).

It is, however, possible today using coded component and add the code for a radio button to it (maybe this one could be an option)

1 Like