Forms Support
You can use the ColorPalette in Template-driven and Reactive forms.
Template-Driven Forms
The following example demonstrates how to use the ColorPalette in template-driven forms by using the ngForm
directive.
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 ColorPalette in a reactive 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 ColorPalette within a FormField with hint and error messages.