eduardoborges / use-mask-input

✏️ A react Hook for build elegant input masks. Compatible with React Hook Form
https://npmjs.com/package/use-mask-input
265 stars 13 forks source link

IP mask does not work correctly when used with useState #77

Open alexsoin opened 5 months ago

alexsoin commented 5 months ago

interfaces such as UseInputMaskOptions cannot be imported for typing:

image

The mask does not work correctly when used with useState:

image

Example using an ip mask: stackblitz.