Closed matt400m closed 3 years ago
I believe this is the same issue as #455 . It's caused by Compose being unable to deal with the slight value-setting delay that Mavericks can introduce.
I believe this is the same issue as #455 . It's caused by Compose being unable to deal with the slight value-setting delay that Mavericks can introduce.
Yep It's related. I close this issue.
I'm not sure if this is compose bug or mavericks. I decide to post here firstly.
So when I'm using setState in onTextChange soft keyboard have a strange behavior.
https://drive.google.com/file/d/18l-l768rR_h9BhrOsCDlLv8yGrK2g06S/view
When I'm using mutableState or MutableStateFlow, everything works.
code: