select Remote Input
fun <T : Any> <Error class: unknown class>.selectRemoteInput( serviceManager: <Error class: unknown class><T>, function: suspend T.(String?, String?, String?) -> List<<Error class: unknown class>>, stateFunction: () -> String? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: <Error class: unknown class>? = null, preload: Boolean = false, className: String? = null, init: SelectRemoteInput<T>.() -> Unit? = null): SelectRemoteInput<T>
Content copied to clipboard
DSL builder extension function.
It takes the same parameters as the constructor of the built component.