Closed SpadarShut closed 1 year ago
Fixed in version 1.0.13
. When using existing dependencies, you can upgrade to the latest
version using the command:
npm i @react-input/mask@latest
Please provide feedback if possible.
Thanks for the fix, works like a charm!
I'm trying to use this library with react-hook-form and the initial input value doesn't get set:
Here's a codesandbox: https://codesandbox.io/s/react-input-mask-react-hook-form-bug-xig2km?file=/src/App.js