react-json-schema-form-extras icon indicating copy to clipboard operation
react-json-schema-form-extras copied to clipboard

Event handler for collapsible field expansion

Open vxb1766 opened this issue 3 years ago • 0 comments

Screen Shot 2022-02-24 at 11 59 54 AM Is there a callback for when a collapsible field is expanded?

Why do i need this? I am trying to modify dom nodes to reset the titles for collapsible fields(They are dynamic). For eg: I need the expanded card field to say card1, card2 etc... Since there is no solution for this yet, I tried doing it via dom Manipulation.

Array field template cannot achieve this as the Dom is still not available for .lead~.form-group > fieldset.

vxb1766 avatar Feb 24 '22 19:02 vxb1766