Completed
Last Updated: 12 Jan 2024 15:02 by ADMIN

Provide an option for setting different input types to the inner input element of the TextBox component.

Possible scenarios are type email and password.

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

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.
Completed
Last Updated: 21 Jan 2021 07:21 by ADMIN
Created by: Sarthak
Comments: 2
Category: TextBox
Type: Feature Request
1
How do I make the textbox accept at max 50 chars.user shouldn't be able to type any further if it's crossed 50chars.