Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

TextItem setMask bug in SmartGWT 4?

$
0
0
I am setting the following mask on a TextItem to accept a string in the format "Jan 01 1970" or "Jan 1 1970". Entries that use 2 digits for day work ok but when "1 " (with trailing space) is used for the day then all subsequent key strokes overwrite in place.

Code:

textItem.setMask("LLL #9 ####");
Is this a bug? I am using a nightly build of SmartGwt 4.1.

Viewing all articles
Browse latest Browse all 4756

Trending Articles