Last Updated on December 25, 2020 by Neil Murray
Background
While the ability to collapse Field trees is very helpful on large forms, the option to expand the Visual form area could be equally useful.
Development
In earlier commit, we’ve added vertical expand feature to the FormItems component.
With Visual version 2.1, FormItems now has additional child components and filter hooks. For example, the Visual Save button exists in FormItems component, and should not be moving along with treeData resizing.
Applying the commit to FormItems is no longer suitable, instead apply it to Items component directly.
Further Reading:
- Make Visual form area expandable (BitBucket Issue)
Notes
Add notes here