Hello everyone, I'm using `TextField` in my app bu...
# compose
u
Hello everyone, I'm using
TextField
in my app but got pomeblems. 1. Some
annotations
were assigned to the
TextFieldValue
, but in the
onValueChange
callback all the annotations are gone. 2. I also applied some
SpanStyle
to the text. But if using GBoard to type in this
TextField
, it can only have 1 character to be applied in the textfield, and kept calling
onValueChange
with same value. I tried
1.2.1
and
1.3.0-beta03
but got the same behavior, any fix plans or workaround suggestions?
z
Text fields don’t currently support preserving annotations and spans. Please star this bug: https://issuetracker.google.com/135556699