New to Kendo UI for Angular? Start a free 30-day trial

Forms Support

You can use the AutoComplete in template-driven or reactive forms, and within a FormField.

The component accepts data of the string primitive type only.

Template-Driven Forms

The template-driven forms enable you to bind the AutoComplete to the model by using the ngModel directive.

The following example demonstrates how to accomplish a two-way data binding. The model field is a primitive value.

Example
View Source
Change Theme:

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 AutoComplete in a reactive form with a primitive value binding.

Example
View Source
Change Theme:

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 AutoComplete within a FormField with hint and error messages.

Example
View Source
Change Theme: