eygraber
02/27/2023, 6:03 PMcomposition
field of a TextField's
TextFieldValue
to be null?
If I always set it to null, then after I change the text an infinite recomposition starts (assuming because the internal state of composition
is not null
and is calling onValueChange
until it matches)Siyamed
03/01/2023, 5:26 PMeygraber
03/01/2023, 5:28 PMBasicTextField
with a custom decoration to make it look like separate boxes per character (for a pin entry) and we don't want any composition applied to it.Siyamed
03/01/2023, 6:10 PMeygraber
03/01/2023, 6:28 PM