-
Notifications
You must be signed in to change notification settings - Fork 380
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
Description is not rendered for array type #2122
Comments
hope someone can take a look at this |
Hi @hungbie, our array renderer does not print the description anywhere. I could imagine to support it as an overlay to the array label, similar to the boolean controls. Would you like to contribute this feature? |
@sdirix sure. Happy to contribute, can you give me some pointers to where should I put this enhancement in? |
I'm not sure the Alternatively we could just render it as a tooltip as we can't do any proper focus management here. |
Made a minimal change. This would work for my use case. |
Implemented with #2227. Thanks! |
Describe the bug
Normally, a description will be render for the field if they have
description
in their schema.However, for field of type
array
, thedescription
field is not being rendered.Expected behavior
description
being rendered.Steps to reproduce the issue
Example code:
Screenshots
In which browser are you experiencing the issue?
Google Chrome Version 111.0.5563.110 (Official Build) (x86_64)
Which Version of JSON Forms are you using?
v3.0.0
Framework
React
RendererSet
Material
Additional context
No response
The text was updated successfully, but these errors were encountered: