You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.