Declined
Last Updated: 13 Jul 2021 09:36 by ADMIN
Created by: Kevat
Comments: 2
Category: TextBox
Type: Feature Request
3
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.
Declined
Last Updated: 03 Jun 2022 07:48 by ADMIN
Created by: Carlos
Comments: 4
Category: TextBox
Type: Feature Request
1

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