FormEngine v4.3.0
Released: Jun 3, 2025
v4.3.0 での更新項目
機能
- Added disabled and readOnly properties to the Screen, Container, and Template components. These properties allow you to make the entire form or part of it disabled or read-only.
- Added a form validation editor to the designer which allows you to set a code that will check the entire form.
- Added localizations in Hindi, Serbian, Japanese, and Korean.
- Now the required validation parameters are displayed above the optional ones.
- Updated Internal Dependencies:
- multer from 2.0.0 to 2.0.1.
- tar-fs from 2.1.2 to 2.1.3.
不具合の修正
- Fixed a bug where when the user entered a value into a numeric input field and then erased it, the field value turned to 0 instead of being cleared.
- Fixed minor style issues in the Settings and Forms panels.