jQuery.wijmo.wijinputmask Namespace > options type : autoConvert Field |
Default value: true
Gets whether the control automatically converts to the proper format according to the format setting.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijinputmask.options.autoConvert; |
Javascript (Specification) | |
---|---|
var autoConvert : boolean; |