Skip to content

Events

PropertyTypeDescription
on_changefunction(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_focusfunction(optional) Will be called on the focus set by the user. Returns { value, event }.
on_blurfunction(optional) Will be called on blur set by the user. Returns { value, event }.
on_key_downfunction(optional) Will be called during every keystroke. Returns { value, rows, event }.