Make Visual Form Area Expandable

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:


Notes

Add notes here