Unplanned
Last Updated: 28 Mar 2023 09:12 by ADMIN

Hi

We need MaskedTextBox to accept uppercase letters only, which can be achieved by defining custom mask rule for it. However, that requires the user to enter uppercase letters manually. Can a feature request be made for the functionality that even if user enters lowercase letters, it can be displayed as uppercase letters?

Example use case of this feature - Postal codes input is one of the example use cases. It requires letters to be uppercase, and when user provides lowercase input, it either needs to be processed separately to convert to uppercase or the input gets ignored with default behavior.

 

 

Unplanned
Last Updated: 17 Nov 2022 14:13 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: MaskedTextBox
Type: Feature Request
0

Currently, the MaskedTextBox component does not support RTL. It would be nice to have RTL support in all components.

 

Declined
Last Updated: 11 Aug 2022 08:10 by ADMIN
Created by: Toine
Comments: 2
Category: MaskedTextBox
Type: Feature Request
0

We are heavily relying on the use of RegEx masks and the MaskAutoComplete functionality in the Telerik Silverlight components. Currently we are completly rebuilding out application with Telerik Angular 2+ so we are missing this functionality.

For instance what we are trying to achieve is:

- force First letter upper case in lastname after every space in the name. (Silverlight --> Mask="([A-Z]\.)+" MaskType="RegEx" MaskAutoComplete="Optimistic")

- initials all uppercase and automaticly place a . after every letter (Silverlight --> Mask="([A-Z][a-z]+)((\s|\-)[A-Z][a-z]+)*" MaskType="RegEx" MaskAutoComplete="Optimistic")

 

If there is another way to achieve this in Angular 2+ with the current components that is also fine but I cannot find a way in the documentation.

 

Unplanned
Last Updated: 13 Aug 2021 13:05 by ADMIN
Created by: Alan
Comments: 0
Category: MaskedTextBox
Type: Feature Request
15
MaskedTextBox, there is no support "placeholder" text in the control prior to user input. It would be nice if, instead of showing the mask, it could show placeholder text like native HTML input box does until you begin typing then it would show the mask prompts. Full support for styling the placeholder text using the ::placeholder pseudo class would also be required.

https://www.telerik.com/kendo-angular-ui/components/inputs/maskedtextbox/

Declined
Last Updated: 10 May 2021 11:46 by ADMIN
Created by: Sebastian
Comments: 1
Category: MaskedTextBox
Type: Feature Request
1

When the delete keyboard is hold, it only erase one character. Would be great deletes all content while user hold the delete key, like happends in this demo https://docs.telerik.com/kendo-ui/api/javascript/ui/maskedtextbox/configuration/mask.

Thank you.