bindTo

fun <T : Any> SelectRemote<T>.bindTo(state: MutableState<String?>): SelectRemote<T>
fun <T : Any> SelectRemote<T>.bindTo(state: MutableState<String>): SelectRemote<T>
fun <T : Any> SelectRemoteInput<T>.bindTo(state: MutableState<String?>): SelectRemoteInput<T>
fun <T : Any> SelectRemoteInput<T>.bindTo(state: MutableState<String>): SelectRemoteInput<T>

Bidirectional data binding to the MutableState instance.

Return

current component

Parameters

state

the MutableState instance