# Events

# @changed (searchText: String)

Fires when the input changes with the argument is the current input text.

# @selected (item: String|Object)

Fires when user selects a suggestion

# @enter

Native enter/return key press event

# @clear

Fires when user clicks the "clear" (x) button on the input (not supported by all browsers)

# @key-up

Native keydown.up event

# @key-down

Native keydown.down event

# @focus

Native focus event

# @blur

Native blur event

Last Updated: 5/7/2024, 4:01:14 PM