Skip to content

Events

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