Cross Reference: /yui3/src/event-valuechange/
Name Date Size

.. 2012-02-29 19:11:44 100

.gitignore 2010-08-06 01:04:22 11

build.properties 2010-08-06 01:04:22 156

build.xml 2010-08-06 01:04:22 244

HISTORY.md 2012-02-22 00:11:00 1.5 KiB

js 2012-02-22 00:11:00 3

meta 2010-08-06 01:04:22 3

README.md 2011-06-28 02:54:12 428

tests 2012-02-29 19:11:44 4

README.md

ValueChange
===========
Provides a synthetic `valueChange` event that fires when the `value`
property of a text input element or textarea changes as the result of a
keystroke, mouse operation, or input method editor (IME) input event.
The `valueChange` event provides more reliable input notifications than
native events like `oninput` and `textInput`, particularly with changes that
result from multiple-keystroke IME input.