Comment on page
Signature
An input field designed to collect a signature and store it as an image. The field can perform required field validation.
Method | Description |
---|---|
reset() | reset component to the initial value |
validate() | validates the component |
resetValidation() | resets the validation |
Triggers allow you to launch certain actions upon different events.
On Change | Calls for an action when the component's state is changed |
On Init | Calls for an action on component initialization, e.g., page refresh |
On Submit | Calls for an action when the value is submitted |
On Clear | Calls for an action when the component's state is cleared |
Last modified 1mo ago