I have some form fields like <input>
, <textarea>
, <dropdown>
etc.
If a user make a change in any form field it should be prompted at once that field is changed.
I applied different events like onKeyPress
(did not work for backspace key), onChange
(works when lose focus).
Is its not possible in simple/plain JavaScript then I want to know it in Dojo.