formatter.js icon indicating copy to clipboard operation
formatter.js copied to clipboard

listening on input change events does not works

Open michelevirgilio opened this issue 9 years ago • 1 comments

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!
    });

michelevirgilio avatar Oct 26 '16 16:10 michelevirgilio

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

mikhailrojo avatar Feb 28 '17 14:02 mikhailrojo