fun <T : Any> Container.remoteSelectInput(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: (RemoteSelectInput<T>.() -> Unit)? = null): RemoteSelectInput<T>
DSL builder extension function.
It takes the same parameters as the constructor of the built component.