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