Refreshing the value in a `TextInput` appears to b...
# compose-web
d
Refreshing the value in a
TextInput
appears to be broken ๐Ÿค” Even when I can debug-log inside the
@Composable
and see that it's recomposing, setting the
value
parameter with new values has no effect; the browser just keeps the same user-entered value in the box. Code in ๐Ÿงต ๐Ÿ‘‰
youtrack 1
๐Ÿ‘€ 1
message has been deleted
Am I doing something wrong here? The `println`'s all output as expected, but the new
value
doesn't reflect in the browser.
o
I don't see anything wrong in the snippet above. I'll check it today
๐Ÿ™ 2
๐Ÿ˜ฎ 1
there is a bug that prevents from settings empty string to TextInput value. fix is on the way
๐Ÿ‘Œ๐Ÿผ 1
๐Ÿ‘Œ 2
d
Thanks for such a fast analysis and fix @Oleksandr Karpovich [JB] ๐Ÿ™