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.
Is this a bug? I am using a nightly build of SmartGwt 4.1.
Code:
textItem.setMask("LLL #9 ####");