New to Kendo UI for Angular? Start a free 30-day trial
TextBoxDirective
Represents the Kendo UI TextBox directive for the Inputs components for Angular.
Used to style the textbox of any input
element.
ts
<input kendoTextBox />
<input kendoTextBox type="email" />
<input kendoTextBox type="password" />
Selector
input[kendoTextBox]