How should maskPadChar be used, and what is the expected effect? Using the maskedTextItem sample from the showcase (https://smartclient.com/smartclient/...maskedTextItem), I added
to the "phoneNo" field. With this, I see the prompt character appear while the field has focus (e.g. (123) ***-****) but when the field loses focus, it does not show my specified maskPadChar. I would expect to see something like
(123) XXX-XXXX
but instead it shows
(123)
Is my expectation incorrect?
Code:
maskPromptChar:"*", maskPadChar:"X"
(123) XXX-XXXX
but instead it shows
(123)
Is my expectation incorrect?
Comment