SelectRemoteInput

fun <out T : Any> SelectRemoteInput(    serviceManager: <Error class: unknown class><T>,     function: suspend T.(String?, String?, String?) -> List<<Error class: unknown class>>,     stateFunction: () -> String? = null,     value: String? = null,     multiple: Boolean = false,     ajaxOptions: <Error class: unknown class>? = null,     preload: Boolean = false,     className: String? = null,     init: SelectRemoteInput<T>.() -> Unit? = null)

Parameters

value

selected value

serviceManager

fullstack service manager

function

fullstack service method returning the list of options

stateFunction

a function to generate the state object passed with the remote request

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

className

CSS class names

init

an initializer extension function