We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The expected behaviour for the example above would be: Click on the formfield --> Description does get displayed
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
No response
Google Chrome Version 105.0.5195.127
Angular
Material
The text was updated successfully, but these errors were encountered:
We'll take a look!
Sorry, something went wrong.
show hint onFocus
9ae03b1
closes eclipsesource#2030
Show descriptions for focused angular material controls
ac7c8dd
Fixes #2030
LukasBoll
Successfully merging a pull request may close this issue.
Describe the bug
Using Angular Material Renderer, the "description" value of a schema propertie does not get displayed.
E.g.:
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
The text was updated successfully, but these errors were encountered: