hello 👋 noob compose question. I am trying to build a login form, and am noticing that sometimes, my cursor does not seem to update to be at the end of my value.
curious if anyone has any ideas why this may be happening. (attached video in 🧵)
Been having this issue on recent versions of compose. Make sure your state variables are as close to the composable that's being rendered.
c
Colton Idle
07/04/2023, 8:32 PM
related video for your viewing pleasure
https://www.youtube.com/watch?v=oln9LO2aRVMâ–¾
z
Zach Klippenstein (he/him) [MOD]
07/06/2023, 6:44 PM
Your state doesn’t need to be close to the field in a lexical, architectural, or data flow sense, but it does need to update synchronously, or at least in the same frame. So close chronologically I guess.