typeahead Remote Input
fun <T : Any> <Error class: unknown class>.typeaheadRemoteInput( serviceManager: <Error class: unknown class><T>, function: suspend T.(String?, String?) -> List<String>, stateFunction: () -> String? = null, items: Int? = 8, minLength: Int = 1, delay: Int = 0, type: <Error class: unknown class> = InputType.TEXT, value: String? = null, taAjaxOptions: <Error class: unknown class>? = null, className: String? = null, init: TypeaheadRemoteInput<T>.() -> Unit? = null): TypeaheadRemoteInput<T>
Content copied to clipboard
DSL builder extension function.
It takes the same parameters as the constructor of the built component.