Events
| Property | Type | Description |
|---|---|---|
onChange | function | (optional) will be called on value changes made by the user. Returns an object with a string value and the native event: { value, rows, event }. |
onFocus | function | (optional) will be called on the focus set by the user. Returns { value, event }. |
onBlur | function | (optional) will be called on blur set by the user. Returns { value, event }. |
onKeyDown | function | (optional) will be called during every keystroke. Returns { value, rows, event }. |