Hi,
After submitting a form the jqxMaskedInput value
shows “__________” (when not entered the value),
shows “___1234___” (if entered incompletely),
It works fine if entered completely like this
shows “1234456789” (if entered completely)
I need to restrict the user to enter the data in correct format otherwise keep it blank.
I want the value of input without the prompt Chars “_”
I tried both
var value = $(‘#jqxMaskedInput’).jqxMaskedInput(‘value’);
var value = $(‘#jqxMaskedInput’).val();
but not use.
How to achieve such case using jqxMaskedInput
Please guide.
Regards,
Mahesh