kvision / pl.treksoft.kvision.form.select / SelectRemoteInput / <init>

<init>

SelectRemoteInput(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf())

Parameters

value - selected value

serviceManager - multiplatform service manager

function - multiplatform service method returning the list of options

multiple - allows multiple value selection (multiple values are comma delimited)

ajaxOptions - additional options for remote data source

classes - a set of CSS class names

Constructor