New to Kendo UI for Angular? Start a free 30-day trial
TextBoxDirective
Updated on Jun 6, 2025
Represents the Kendo UI TextBox directive for the Inputs components for Angular.
Use this directive to style the textbox of any input element.
html
<input kendoTextBox />
<input kendoTextBox type="email" />
<input kendoTextBox type="password" />
Selector
input[kendoTextBox]