Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Use mask editor inside my custom react component
posted

I don't want to use the UI associated to the ignite mask editor, I just want to use the underline API. Are they separate code base and if so how do I create a plain old javascript object of igMaskEditor. I want to set the input mask and value and call an isvalid method to check if current input is good.

  • 2895
    posted

    Hello Michael, 

    Thank you for using our community. 

    The igMaskEditor is a whole component that goes together with the API. You cannot use only the API separately from the UI element.  I’m not sure what is your scenario exactly and what options from the igMaskEditor you need, but what I could suggest you is to use our igValidator control in order to validate your input.

    https://www.igniteui.com/help/igvalidator-overview   

    Regards,
    Marina Stoyanova,
    Software Developer,
    Infragistics, Inc.