This is a migrated thread and some comments may be shown as answers.

MaskedTextBox - word as a mask

1 Answer 37 Views
Wrappers for React
This is a migrated thread and some comments may be shown as answers.
Dusan
Top achievements
Rank 1
Dusan asked on 24 Jan 2019, 10:17 AM

Hi,

I am having problems with setting mask for MaskedTextBox. My mask is something like this: mask={'Days:999 Hours:99 Minutes:99 Seconds:99'}, but letter 'a' is never rendering.

my code: https://stackblitz.com/edit/react-maskedtextbox?file=index.js

Is there any way to render full text?

 

Thank you,

Dusan

 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 25 Jan 2019, 08:10 AM
Hell0, Dusan,

Thank you for the example.

This occurs because the letter "a" is actually one of the special symbols for the mask:

"a - Alphanumeric or space. Accepts letters, digits and space only."

https://docs.telerik.com/kendo-ui/api/javascript/ui/maskedtextbox/configuration/mask#mask

As I see that this is used for date, I can suggest using the DateInput component with a custom placeholder format:

https://www.telerik.com/kendo-react-ui/components/dateinputs/dateinput/placeholders/#toc-placeholders

https://www.telerik.com/kendo-react-ui/components/dateinputs/api/DateInputCustomFormatPlaceholder/

If the DateInput is not an option, could you please share with us the limitation.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Wrappers for React
Asked by
Dusan
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or