typeaheadRemoteInput

fun <T : Any> <ERROR CLASS>.typeaheadRemoteInput(serviceManager: <ERROR CLASS><T>, function: suspend T.(String?, String?) -> List<String>, stateFunction: () -> String? = null, items: Int? = 8, minLength: Int = 1, delay: Int = 0, type: <ERROR CLASS> = TextInputType.TEXT, value: String? = null, taAjaxOptions: <ERROR CLASS>? = null, className: String? = null, init: TypeaheadRemoteInput<T>.() -> Unit? = null): TypeaheadRemoteInput<T>

DSL builder extension function.

It takes the same parameters as the constructor of the built component.