Oleksii Malovanyi
03/21/2022, 2:51 PMonValueChange
triggers intent
and reduce
that creates a new state which is propagated into this TextField as a value
;
the problem: orbit seems to be too slow to reduce the text into new state object if the user taps quickly - text field shows funny text.
Has anyone faced with this problem? What is your solution? Currently we gave up idea to hold the TextField text in the state of container and keep it in the Composable’s remeberSaveableappmattus
03/21/2022, 2:59 PMOleksii Malovanyi
03/21/2022, 2:59 PMappmattus
03/21/2022, 3:14 PMOleksii Malovanyi
03/21/2022, 3:20 PMBenoît
03/21/2022, 10:46 PMEffect
to tell the Composable to override its internal stateOleksii Malovanyi
03/22/2022, 6:11 AM