Package-level declarations

Text input components, with password, text area, rich text area and typeahead support.

Types

Link copied to clipboard
open class TomTypeahead(options: List<String>? = null, type: <Error class: unknown class> = InputType.TEXT, value: String? = null, tsCallbacks: TomSelectCallbacks? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: TomTypeahead.() -> Unit? = null)

Form field typeahead component based on Tom Select.

Link copied to clipboard
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.

Functions

Link copied to clipboard
fun <Error class: unknown class>.tomTypeahead(options: List<String>? = null, type: <Error class: unknown class> = InputType.TEXT, value: String? = null, tsCallbacks: TomSelectCallbacks? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: TomTypeahead.() -> Unit? = null): TomTypeahead

DSL builder extension function.

Link copied to clipboard
fun <Error class: unknown 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): TomTypeaheadInput

DSL builder extension function.