FormEngine 2.3.0
December 16, 2024
- Added a search field on the Forms tab.
- Added the ability to use hooks and functions inside custom property editors to access component and engine data. These are, for example, useComponentData, useStore, and others.
- The formLoadError field has been added to the FormViewer API that signals the failure of loading the form, and also contains the error text.
- Now, if the form is loaded unsuccessfully, a message about this is displayed in the form designer, as well as a suggestion to create a new form.
Fixed bugs
- When changing the value of actions in FormViewer props after initialization, their value inside the engine did not change.
- Saving the form is called twice when creating a new form, as well as in some other cases.