Forms Support
You can use the Signature in Template-driven and Reactive forms.
Reactive Forms
The FormGroup
provides a way to render reactive forms. For more details, refer to the Angular Documentation.
The following example demonstrates how to use the Signature in a reactive form.
Template-Driven Forms
The template-driven forms enable you to bind the value of the Signature to the forms model by using the ngModel directive.
The following example demonstrates how to use the Signature in a template-driven form.
FormField Association
The Kendo UI for Angular FormField component enables you to group form-related elements, such as inputs, labels, hint and error messages, and configure their behavior.
The following example demonstrates how to use the Signature within a FormField with hint and error messages.