Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AutocompleteBehaviour

Hierarchy

Index

Constructors

constructor

Properties

Private autocompleteDropdown

autocompleteDropdown: AutocompleteDropdown

Protected bindings

bindings: BehaviorBinding[]

channelId

channelId: string | null = null

Private index

index: IIndex

Private maxNumberOfResults

maxNumberOfResults: number

Protected subscription

subscription: Subscription | null

Protected target

target: HTMLElement

Methods

add

  • add(element: string): void

bind

clear

  • clear(): void

init

  • init(channelId: string): void

isValueValid

  • isValueValid(value: string): null | false | true | ""

Private onKeydown

  • onKeydown(textbox: HTMLTextAreaElement): void

unbind

  • unbind(): void

Generated using TypeDoc