Hi Peter,
Thanks for the quick reply!
Its not about the value, but the mask markup.
I would like to remove the mask itself. The user should be allowed to fill all kind of characters.
Or is it possible to remove the maskedInput at all? Remove the .jqxMaskedInput on the input, or change it with a normal input.
Something like
$(that.CustomerFormSelector + ‘ [id=”ZipCode”]’).jqxMaskedInput(‘Remove’);
$(that.CustomerFormSelector + ‘ [id=”ZipCode”]’).jqxMaskedInput(‘Unmask’);
$(that.CustomerFormSelector + ‘ [id=”ZipCode”]’).jqxMaskedInput({ mask: unmask});
$(that.CustomerFormSelector + ‘ [id=”ZipCode”]’).jqxMaskedInput({ mask: none});