Tom Typeahead Input
fun TomTypeaheadInput(options: List<String>? = null, type: <Error class: unknown class> = 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
ts Callbacks
Tom Select callbacks
class Name
CSS class names
init
an initializer extension function