$(document).on("focus", ".input.class", function() {
$(this).mask("#.##0,00", {reverse: true});
});
Arkadaşlar çözüm bu ihtiyacı olan kullanabilir.