jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

listening on input change events does not works #97

Open michelevirgilio opened 7 years ago

michelevirgilio commented 7 years ago

I've noticed that if i want to listen to input or change event for the control, these are not fired at all. Any clue?

    $("#Field").on("input", function () {
        // never fired!
    });
mikhailrojo commented 7 years ago

I have met the same problem.... it is pity, I don't get it