Kendo UI for Angular
The Kendo UI for Angular TextBox component takes existing Kendo UI styles on your page and applies them to the default HTML input element. This ensures that every building block of your Angular applications follows a consistent look and feel.
The Kendo UI for Angular TextBox supports both template-driven and Reactive forms.
Popularized by Material Design, the floating label is now integrated into many modern design languages. The combination of Kendo UI for Angular FloatingLabel and TextBox allows any input element in your application to take advantage of floating labels.
Adornments are used to add functionality or style to an Angular TextBox. You can add custom adornments as a prefix or suffix to the text area in the component or use those included with Kendo UI for Angular TextBox. These include a clear button that appears as user types or and a separator to help with layout of multiple adornments.
Kendo UI for Angular includes built-in icons for success and error results but you can also use your own custom icons.
In cases where you need limit the character count of a particular field, it is good UX to show the character count. Kendo UI for Angular includes a character counter built-in.
The Kendo UI for Angular TextBox is WAI-ARIA compliant through the Tab key and is tested against screen readers. It is also Section 508 compliant.