You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to apply dynamic masking? I could not make it work with the examples provided on the doc. I am using react-hook-form as the form manager. The input is abstracted away using the withHookFormMask under the hood and I tried to experiment with the options from the third argument of this function with no success, though.
The same input could be either an email or a telephone number and I wanted to show the mask if the input is a telephone.
Thanks again!
The text was updated successfully, but these errors were encountered:
Hi, congratulations on the amazing library first!
Is there a way to apply dynamic masking? I could not make it work with the examples provided on the doc. I am using react-hook-form as the form manager. The input is abstracted away using the withHookFormMask under the hood and I tried to experiment with the options from the third argument of this function with no success, though.
The same input could be either an email or a telephone number and I wanted to show the mask if the input is a telephone.
Thanks again!
The text was updated successfully, but these errors were encountered: