OnValueChanged
Parameters
value
The current text value of the field
Example:
when (event) {
is SimpleTextFieldEvent.OnValueChanged -> {
updateState(event.value)
}
}Content copied to clipboard
The current text value of the field
Example:
when (event) {
is SimpleTextFieldEvent.OnValueChanged -> {
updateState(event.value)
}
}