Reputation: 442
I need to use kendoMaskedTextBox to allow user type 3-4 numbers and prevent to type more. And I don't want to get spaces in value.
When user enters 123, I need to get 123. I don't want to get 123_. I need to get it as value, because I'm using Knockout with Kendo controls, there is no way how to use raw function to strip mask.
So I need to set mask like 000_
but get rid of space in value.
Is it possible?
Upvotes: 2
Views: 590