Difference between event.target.value vs. event.value
I can use event.target.value on the various mouse events, as well as the validate, calculate and format events. However, with event.value I can use this only on the validate, calculate and format events.
For some reason, event.value does not work on the various mouse events.
1. Why doesn't event.value work on the various mouse events?
2. What is the difference between event.target.value and event.value? Both refer to the value in the field whose properties window I am writing my code in.
3. How do you know when to use event.target.value vs. event.value?
