Closed z1m1n closed 1 year ago
Hi!
I'm using
withHookFormMask
function and got some problem with component unmount. Is there any way to destroy inputmask on component unmount? I tried to callinput.inputmask.remove()
manually, but it is not solve the issue.
Hey, i will investigate this problem tomorrow. Thanks 😊
:tada: This issue has been resolved in version 3.0.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Hi!
I'm using
withHookFormMask
function and got some problem with component unmount. Is there any way to destroy inputmask on component unmount? I tried to callinput.inputmask.remove()
manually, but it is not solve the issue.