Events
Property | Type | Description |
---|---|---|
on_change | 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 } . |
on_focus | function | (optional) will be called on the focus set by the user. Returns { value, event } . |
on_blur | function | (optional) will be called on blur set by the user. Returns { value, event } . |
on_key_down | function | (optional) will be called during every keystroke. Returns { value, rows, event } . |