eduardoborges / use-mask-input

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

Problem with the "brl-currency" mask #96

Open evenilson opened 1 week ago

evenilson commented 1 week ago

When using the "brl-currency" mask, when typing numbers, it returns to the beginning of the typing number

patrickjmeurer commented 1 week ago

Another bug with "brl-currency", is not getting parsed when autoUnmask is true.

evenilson commented 1 week ago

I believe it is a problem with the currency alias

cbsorrilha commented 1 week ago

@eduardoborges can I take a look at this?

eduardoborges commented 1 week ago

@eduardoborges can I take a look at this?

Yeah, of course

flaviobzs commented 8 hours ago

is there a solution already?