simpleSelectRemoteInput

fun <T : Any> <ERROR CLASS>.simpleSelectRemoteInput(serviceManager: <ERROR CLASS><T>, function: suspend T.(String?) -> List<<ERROR 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>

DSL builder extension function.

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