Eduardo Borges

Results 13 comments of Eduardo Borges

Same problem here :/

I found a temporary solution in: https://github.com/FountainJS/generator-fountain-webapp/issues/150 Just do: `$ npm shrinkwrap` and replace code in node_modules > glob-stream > node-modules > glob-parent > index.js to 3.0.0 version. likes this:...

Someone resolved this?

Hey @sergeyzwezdin, yes its a bug... im working on a solution. Thanks for reporting.

@sergeyzwezdin I detected when using controlled component the mask alias not works as espected. For now, you can pass full mask declaration: ```jsx const ref = useInputMask({ mask: '9{1,}[.9{2}]', options:...

Hey @riessnico im sorry about the response time. In docs i describe how dynamic masks works. i know, i need to describe better :/ In your case, this mask resolves....

@Danane84 Uh, its a insteresting issue. I will investigate that!

> It seems like the cursor goes to the start of your active input on every rerender, also it freezes the mouse hover placeholder if its showing when a rerender...