Signer Component v1.1.0
Features
- Component events — the Signer now emits
signingSuccess,signingFail, andfieldChangeevents. All events include aneventTypefield.signingFailincludes afailureReasonvalue. See the Signer events reference. - Language prop — set
languageto force a specific locale and hide the built-in language switcher. Supports 17 languages including English, French, Spanish, German, Arabic, Hebrew, and more. - Auto-jump after single-character fields — the signing interface now automatically advances focus after a single-character field is completed.
- All countries in phone input — the phone number field now includes all countries in the country selector.
- QES support — Qualified Electronic Signatures (QES) now work in the Signer component.
- Allow skip / auto-forwarding — fields configured with
allowSkipor auto-forwarding now behave correctly in the Signer. - Document redirect —
document.redirectnow works correctly after signing completes.
Improvements
- PDF page loader position updated for better visual placement during document load.
- Rejection flow now redirects the recipient to a page confirming the document was rejected.
- Rejection reason is now recorded in the audit log.
Bug Fixes
- Fixed regular expression validation not working on fields in the Signer.
- Fixed required conditional fields incorrectly preventing document completion.
- Fixed primary button colour not applying the correct theme colour.