jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

TextArea doesn't work with material-renderers

Open alexiskattan opened this issue 3 years ago • 0 comments

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

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots

No response

In which browser are you experiencing the issue?

Chrome

Framework

No response

RendererSet

No response

Additional context

No response

alexiskattan avatar Sep 29 '22 11:09 alexiskattan