formatter.js
formatter.js copied to clipboard
listening on input change events does not works
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