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

Remove 'mask trace' #51

Closed Berohlfs closed 1 year ago

Berohlfs commented 1 year ago

Hello! How are you?

Is there a way to remove the mask trace from the input?

I want the text to adapt to the mask as the user types in.

image

eduardoborges commented 1 year ago

Hey @Berohlfs !

Just pass jitMasking: true on masking options.

Berohlfs commented 1 year ago

Thank you!!!

eduardoborges commented 1 year ago

@Berohlfs plz update to latest version. Has a lot of typing's enhancements.