Tom Typeahead Input
open class 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)
The basic component for typeahead control based on Tom Select.
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
Constructors
Link copied to clipboard
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)