# 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

# @key-up

Native keydown.up event

# @key-down

Native keydown.down event

# @focus

Native focus event

# @blur

Native blur event

Last Updated: 8/15/2021, 6:54:10 AM