eduardoborges / use-mask-input

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

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

Open alexsoin opened 7 months ago

alexsoin commented 7 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.