Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formfield “Description” Value is not displayed in Angular #2030

Closed
TonyStrobach opened this issue Sep 29, 2022 · 1 comment · Fixed by #2036
Closed

Formfield “Description” Value is not displayed in Angular #2030

TonyStrobach opened this issue Sep 29, 2022 · 1 comment · Fixed by #2036
Assignees
Milestone

Comments

@TonyStrobach
Copy link

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

@sdirix
Copy link
Member

sdirix commented Oct 4, 2022

We'll take a look!

@sdirix sdirix added this to the 3.x milestone Oct 4, 2022
LukasBoll added a commit to LukasBoll/jsonforms that referenced this issue Oct 17, 2022
@sdirix sdirix modified the milestones: 3.x, 3.1 Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants