Prerequisites
What theme are you using?
material-ui
Version
5.x / current playground
Current Behavior
As demonstrated in this playground instance, enableMarkdownInDescription
only seems to work in leaf nodes, not in higher levels of the json schema tree.
Expected Behavior
enableMarkdownInDescription
should work everywhere.
Steps To Reproduce
Option 1: Look ath the playground example linked above.
Option 2:
- Add
"ui:enableMarkdownInDescription": true
to the ui schema definition in an element which has children.
- Add a description which should be rendered as Markdown.
Environment
Anything else?
No response