Diego Plentz
Diego Plentz
@FagnerMartinsBrack I really like the idea, but right now I can't do it. It also could help to improve the code, since it was originally written by another guy and...
@Nannoises @gbass84 sorry for taking so long to reply guys. we need to fix the tests before this get merged. I will try to take a look at this tomorrow...
Another thing that would be super awesome is to squash your commits(making the 21 commits into one). It's better for the repo history :)
don't forget me :crying_cat_face:
@DevinWalker @paaljoachim well, I think that what you want is just this: ``` javascript var field = $('#field'); field.on("blur", function(){ field.maskMoney('mask'); } ```
@De-Luxis sorry for taking so long for reply! A lot of users already asked to allow something like your pull request, but this is missing one point: formatting the number...
can you provide a test case?
@masimao thanks. I will take a look at it this weekend.
@masimao the problem is harder than I thought. Currently I'm fighting another bug, but I want to include a fix for this in the next release. If you want to...
``` $input.trigger("mask.maskMoney"); ```