Hi, I have a problem when talk referent the mask inputs, I want to know if I have any option to make an input field with two masks in the same input, the first mask is 000.000.000-00 and the second
00.000.000/0000-00
Comportament of the input: When I start setting the numbers, the mask need to know if is the first or the second mask like this example: https://codesandbox.io/s/focused-ishizaka-cffk4?file=/src/App.js but if possible, easier than that.
Thank you.