listening on input change events does not works #97

Open
michelevirgilio opened this Issue Oct 26, 2016 · 1 comment

Projects

None yet

2 participants

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment