TextBoxDirective
Directive
Represents the Kendo UI TextBox directive for the Inputs components for Angular.
Use this directive to style the textbox of any input element.
Definition
Package:@progress/kendo-angular-inputs
Selector:input[kendoTextBox]
Syntax:
html
<input kendoTextBox />
<input kendoTextBox type="email" />
<input kendoTextBox type="password" />