simpleSelectRemote

fun <T : Any> <ERROR CLASS>.simpleSelectRemote(    serviceManager: <ERROR CLASS><T>,     function: suspend T.(String?) -> List<<ERROR CLASS>>,     stateFunction: () -> String? = null,     value: String? = null,     name: String? = null,     emptyOption: Boolean = false,     multiple: Boolean = false,     selectSize: Int? = null,     label: String? = null,     rich: Boolean = false,     init: SimpleSelectRemote<T>.() -> Unit? = null): SimpleSelectRemote<T>

DSL builder extension function.

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