jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Formfield “Description” Value is not displayed in Angular

Open TonyStrobach opened this issue 3 years ago • 0 comments

Describe the bug

Using Angular Material Renderer, the "description" value of a schema propertie does not get displayed.

E.g.:

{
    "type": "object",
        "properties": {
            "name": {
                "type": "string",
                "minLength": 3,
                "description": "Please enter your name"
             },
        }
}

description is not displayed

Expected behavior

The expected behaviour for the example above would be: Click on the formfield --> Description does get displayed

Steps to reproduce the issue

Use theis example with angular material render: https://jsonforms.io/examples/basic

Klick into the "Name" Field. Notice that it does not display the description

Screenshots

No response

In which browser are you experiencing the issue?

Google Chrome Version 105.0.5195.127

Framework

Angular

RendererSet

Material

Additional context

No response

TonyStrobach avatar Sep 29 '22 13:09 TonyStrobach