Cloud Business App Edition > Wijmo Control Extensions > Controls > Input > Input Mask |
The InputMask control enables the developers to validate the input value entered by the end-user. Specified by the Mask property, the control prevents the end-users from accidentally entering an invalid data. Additionally, the control also formats the input value as it is typed, thereby making data entry easy.
Isml.js |
Copy Code
|
---|---|
myapp.InputMask.ShipPostalCode_render = function (element, contentItem) { var input = new c1.cba.Input($(element), contentItem); }; |