TomTypeaheadInput

constructor(options: List<String>? = null, type: InputType = InputType.TEXT, value: String? = null, tsCallbacks: TomSelectCallbacks? = null, className: String? = null, init: TomTypeaheadInput.() -> Unit? = null)

Parameters

options

a static list of options

type

text input type (default "text")

value

text input value

tsCallbacks

Tom Select callbacks

className

CSS class names

init

an initializer extension function