sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.22k stars 257 forks source link

On form reset, value of input doesn't return to default value #229

Open Sholanke opened 4 years ago

robertohein commented 3 years ago

are you using react-hook-form?

Sholanke commented 3 years ago

Nope, just a normal form.reset()

robertohein commented 3 years ago

I'm having problems using the reset() function from react-hook-form, it doest not reset the field correctly too.

Sholanke commented 3 years ago

Wow.