bind To
fun <T : Any> SelectRemote<T>.bindTo(state: MutableState<String?>): SelectRemote<T>
Content copied to clipboard
fun <T : Any> SelectRemote<T>.bindTo(state: MutableState<String>): SelectRemote<T>
Content copied to clipboard
fun <T : Any> SelectRemoteInput<T>.bindTo(state: MutableState<String?>): SelectRemoteInput<T>
Content copied to clipboard
fun <T : Any> SelectRemoteInput<T>.bindTo(state: MutableState<String>): SelectRemoteInput<T>
Content copied to clipboard
Bidirectional data binding to the MutableState instance.
Return
current component
Parameters
state
the MutableState instance