Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Remove mask on (Masked)Input Remove mask on (Masked)Input #63465

    Blaat
    Participant

    Hi!

    Ah i get it. Thanks for the quick response.

    = Removed content pointing to third-party component =

    Anyway, thanks for the support!

    in reply to: Remove mask on (Masked)Input Remove mask on (Masked)Input #63456

    Blaat
    Participant

    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});

Viewing 2 posts - 1 through 2 (of 2 total)