Thiago Costa

Results 6 comments of Thiago Costa

@rassemdev did you find any solution here?

This is not a good workaround, but gets the work done: ```ts const internetReachable = async () => { const timeout = (milliseconds: number) => new Promise(resolve => setTimeout(resolve, milliseconds));...

I'm having the same warning here.

Great feature!!

I'm also looking forward to this

@Defite In my case, I was trying to use the `currency` mask, and had the same caret jumping issue. I dug into the code and found the problem. https://github.com/eduardoborges/use-mask-input/blob/d9217a9743c31110c79915e5a176987e9d39428d/src/utils/getMaskOptions.ts#L28 Looks...