Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SearchFieldEvent

Events that can be triggered by a SearchField instance.

Index

Enumeration members

CHANGE_VALUE

CHANGE_VALUE: = "change:value"

Fired when the field's input value changes.

KEY_ENTER

KEY_ENTER: = "key:enter"

Fired when the Enter key is detected while the field is focused.

KEY_ESCAPE

KEY_ESCAPE: = "key:escape"

Fired when the Escape key is detected while the field is focused.

SELECT

SELECT: = "select"

Fired when a result is selected from the search results listing.

SUBMIT

SUBMIT: = "submit"

Fired when the field's form is submitted and a search query is triggered.

UPDATE_RESULTS

UPDATE_RESULTS: = "update:results"

Fired when the search results are updated.

Generated using TypeDoc