We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd13a4 commit 6874ccbCopy full SHA for 6874ccb
workflow-ui/core-common/src/main/java/com/squareup/workflow1/ui/TextController.kt
@@ -26,7 +26,7 @@ import kotlinx.coroutines.flow.drop
26
* function for your UI platform, e.g.:
27
*
28
* - `control()` for an Android EditText view
29
- * - `asMutableState()` from an Android `@Composable` function
+ * - `asMutableTextFieldValueState()` from an Android `@Composable` function
30
31
* If your workflow needs to access or change the current text value, get the value from [textValue].
32
* If your workflow needs to react to changes, it can observe [onTextChanged] by converting it to a
0 commit comments