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 }.