jsonforms
jsonforms copied to clipboard
TextArea doesn't work with material-renderers
Describe the bug
When rendering a textarea, it doesn't appear to work with materialRenderers but does with vanillaRenderers
const uischema = {
"type": "VerticalLayout",
"elements": [
{
"type": "Control",
"scope": "#/properties/FreeText",
options: {
multi: true
}
}
]
}
Expected behavior
Should show a textarea
Steps to reproduce the issue
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Screenshots
No response
In which browser are you experiencing the issue?
Chrome
Framework
No response
RendererSet
No response
Additional context
No response