Hey everyone, has anyone encountered and solved th...
# compose-ios
g
Hey everyone, has anyone encountered and solved this issue? I have a
OutlinedTextField
within a
ModalBottomSheet
and everytime I type a character, theres a slight delay and the cursor falls behind the character. I have a reproducer project available.
e
Ensure you are not introducing delays in your onValueChanged / onTextChanged callback code (I’m certain you are not using TextFieldState 🙂)