I have an issue with updating content of a TextField during writing on a nativ Android keyboard. The problem is that the input text is not displayed until the space or enter button is pressed. I observed this behaviour on Samsung S10e Android 10. I tried the same app on different device (Lenovo Android 7) and it behaves as expected - The text is updated after single button press.
I've found similar issue here but there is no solution or workaround for my case.
Is there any way to force the TextField to update?