TextInput Change Event
The event message space supplied as a right argument to the callback function contains:
| Name | Value | |
|---|---|---|
| Event | Change | |
| Component | The TextInput instance | |
| Document | The associated document | |
| Value | The new value |
This event fires on every change to the input, every key, etc.