SmartClient Version: SNAPSHOT_v11.1d_2017-05-14/AllModules Development Only (built 2017-05-14)
Chrome on Android Nougat 7.1.2 - Nexus 5x (real device)
Hello, please try the #maskedTextItem sample.
While typing in the "Phone No." form item you'll see that the cursor will go back after the first 4 digits. In the "Date" form item, same effect after the first 3 digits.
Other problems:
1. if you add characterCasing:"upper" to the "firstName" form item, the characters doesn't become uppercase while typing.
2. if you remove the mask from the "firstName" item, and also add characterCasing:"upper", then the uppercase is enforced, but if you type fast, many characters will be lost.
Chrome on Android Nougat 7.1.2 - Nexus 5x (real device)
Hello, please try the #maskedTextItem sample.
While typing in the "Phone No." form item you'll see that the cursor will go back after the first 4 digits. In the "Date" form item, same effect after the first 3 digits.
Other problems:
1. if you add characterCasing:"upper" to the "firstName" form item, the characters doesn't become uppercase while typing.
2. if you remove the mask from the "firstName" item, and also add characterCasing:"upper", then the uppercase is enforced, but if you type fast, many characters will be lost.
Comment