SelectRemote(serviceManager: KVServiceManager<T>, function: suspend T.(String?, String?, String?) -> List<RemoteOption>, stateFunction: (() -> String)? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, preload: Boolean = false, label: String? = null, rich: Boolean = false)
serviceManager - multiplatform service manager
function - multiplatform service method returning the list of options
stateFunction - a function to generate the state object passed with the remote request
name - the name attribute of the generated HTML input element
multiple - allows multiple value selection (multiple values are comma delimited)
ajaxOptions - additional options for remote data source
preload - preload all options from remote data source
label - label text bound to the input element
rich - determines if label can contain HTML code
Constructor