Skip to content

Form Engine 2.3.0

Compare
Choose a tag to compare
@optimajet optimajet released this 16 Dec 16:11
· 5 commits to master since this release
  • 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.