bindTo

fun Select.bindTo(state: MutableState<String?>): Select
fun Select.bindTo(state: MutableState<String>): Select
fun SelectInput.bindTo(state: MutableState<String?>): SelectInput
fun SelectInput.bindTo(state: MutableState<String>): SelectInput

Bidirectional data binding to the MutableState instance.

Return

current component

Parameters

state

the MutableState instance