Open neosri opened 3 days ago
Thanks for the report! I edited the issue inline to format your example schema. For reference. This issue is based on this discussion.
There it was discovered that cell renderers currently always get true as their enabled state and that this is most likely caused here.
Describe the bug
Object inside array with readOnly true is not showing as disabled with material cells.
Expected behavior
Objects defined inside of an array in JsonSchema with a property having a readOnly keyword set to true should render the property/control as disabled.
Steps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
latest
Package
React Material Renderers
Additional context
No response