Provide an option for setting different input types to the inner input element of the TextBox component.
Possible scenarios are type email and password.
There are many use cases of functions which need to run on keyup for a textbox. The most common use case is probably handling enter when the user is focused on the textbox and hits enter. Please create a keyup event emitter for the Textbox, MaskedTextBox and NumericTextBox components. NOTE: The dropdown for "Category" required to add this idea does not have "Inputs" as an option; the category "New Component" was selected instead.
Hello, How can I have floating label with some style applied like this:
<label>Name <span class="k-required">*</span></label>
In this example, https://stackblitz.com/edit/angular-q2kehs?file=app/app.component.ts, how can I transform the label to use floating label?
Thanks