Loz Jackson
Loz Jackson
@douglascofferi It was a while back when I looked into this... I had a look at that jQuery plugin and it works quite differently from how Text Mask works.. I...
@jokklan thanks for the PR.. looks goods.. however I haven't had time to review the code changes yet.. Is the placeholder optional, and is it backwards compatible... If you don't...
>So, that initial jump is the problem. If we can prevent that initial jump from happening, we would have a solution. [This test](https://github.com/text-mask/text-mask/blob/master/core/test/adjustCaretPosition.spec.js#L91) checks for this very behaviour..for the case...
> My fix for #289 may fix this issue doesn't seem to fix this one
I don't think this is a new bug.. I haven't had time to investigate this yet, or looked into the source of the problem.. but I'm guessing that the algorithm...
@lucantini Thanks for the PR.. I'm not sue if that is the best place to fix this bug. It is not a problem for `vanilla-text-mask` or `ember-text-mask`. I haven't tried...
@lucantini If it can be fixed there then it would be better. I would prefer not to fix something at the core level when it is broken at the component...
> Any update on when this will be released? @lucantini @kceb I will review it hopefully tomorrow (and then release can happen shortly after merge).
@lucantini The expected behaviour is: when setting the mask property to `false` Text-mask becomes completely disabled. This includes the pipe function too. With your fix it does not disable text-mask...