Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

DropdownMode: "blank" | "current"

Specifies the behavior of the dropdown button.

  • blank: Sends an empty string.
  • current: Send the input value.
OnChangeCallback: ((input: JQuery) => void)

Type declaration

    • Client side callback to invoke when value changes.

      Parameters

      Returns void

QueryEvent: "keyup" | "enter"

Event to initiate the autocomplete search.

  • enter: Starts the search for suggestion items when the enter key is pressed.
  • keyup: Starts the search for suggestion items as soon as a key is released.
QueryMode: "server" | "client" | "hybrid"

Specifies whether filter requests are evaluated by the client's browser or whether they are sent to the server.

Generated using TypeDoc