Releases: optimajet/formbuilder
Releases · optimajet/formbuilder
FormBuilder 1.24.0
FormBuilder 1.23.0
- Fixed a bug where moving components from a form into the CollectionEditor did not work.
FormBuilder 1.22.0
- Now the toolbar of the component is shown only when the mouse hovers over the component itself, so that different toolbars do not overlap each other.
FormBuilder 1.21.0
- Fixed a bug that caused custom controls to not be supported in CollectionEditor.
FormBuilder 1.20.0
- Fixed a bug that caused the entered value and an empty string in the DateTimePicker to be processed incorrectly.
FormBuilder 1.19.0
- Fixed a bug that caused an empty string in the DatePicker to be processed incorrectly.
FormBuilder 1.18.0
- Fixed a bug that caused values of hidden fields to be added to form data
FormBuilder 1.17.0
- Fixed a bug where error classes were not applied to the
Radio groupcomponent
FormBuilder 1.16.0
- Fixed a bug where the
requiredvalidation did not work after clearing the value in theDropdowncomponent with themultipleoption
FormBuilder 1.15.0
- Added support for Node.js 20.10
- Fixed a bug where the error tooltip was not displayed on the
Radio groupcomponent