Christiaan Titos Bolivar

Results 12 comments of Christiaan Titos Bolivar

I also have this happening once in a while. For me it always happens on `@OnClick` methods. I'm using version 8.8.1

Thanks, I can confirm that the registerFileUsed flag is now false as it should be. Though now I'm running into another issue where one of the libraries we use still...

Yes we also noticed this. Seems to be reported here: https://issuetracker.google.com/issues/301126824 This is actually a pretty annoying usability issue for a rich text editor. I'm pretty sure users will be...

@MohamedRejeb do you have any ideas on how we can best tackle this issue. I'm referring to the editor use case specifically, but I guess it also applies for the...

Thanks for the quick reply. We'll give the workaround a try.

Hi, Is this still a thing you plan to add? We currently have the following structure with the work around mentioned above: ```kotlin OurCustomizedRichTextEditor(value, onValueChange) { val richTextState = rememberRichTextState()...

FYI I fixed my issues in the comment above by not always calling `setHTML`, only doing it when the incoming value differs from the one in the state. ```kotlin OurCustomizedRichTextEditor(value,...