Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TextItem maskPadChar proper usage? (14.1)

    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
    Code:
    maskPromptChar:"*", maskPadChar:"X"
    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?

    #2
    We've made some adjustments so that you should now see expected behavior for masked TextItems. This will be in the nightly builds of SC 13.1+ dated 2025-09-21 and beyond.
    Last edited by Isomorphic; 20 Sep 2025, 08:51.

    Comment

    Working...
    X