Skip to content

v1.6.5

Choose a tag to compare

@05bmckay 05bmckay released this 25 Apr 22:47
· 45 commits to main since this release

Features

  • FormBuilder: Add alwaysEditable field prop — per-field escape hatch that keeps a field editable even when the form-level readOnly is set. Closes #8.
  • FormBuilder: Surface submit-time validation failures via a new onValidationFail({ errors, fields, firstInvalidField }) callback, and add openSectionOnValidationFail to auto-open the accordion section containing the first invalid field. Closes #9.

Docs

  • FormBuilder: Document alwaysEditable, onValidationFail, and openSectionOnValidationFail in the README and prop reference tables.