The mui oneof renderer covered the description

the oneof renderer have a selection box that appears to be covering the description.

Hi @eternal-dragon,

Can you elaborate what the problem is in detail? The React Material UI OneOfRenderer does not even render a description.

Emmm,ok!
I need the description, this is my problem.
I just thought it would be under the input box like other descriptions.
Anyway, I need the description.

Hi @eternal-dragon,

If you like you can contribute a change so that the OneOfRenderer also renders its description, e.g. as a tooltip.

Of course you can also implement an own one of renderer which is able to render a description. See here for a guide.