MohamedRejeb / compose-rich-editor

A Rich text editor library for both Jetpack Compose and Compose Multiplatform, fully customizable, supports HTML and Markdown.
https://mohamedrejeb.github.io/compose-rich-editor/
Apache License 2.0
973 stars 60 forks source link

Add an ability to select the text in read-only mode #288

Open gogopro-dev opened 3 months ago

gogopro-dev commented 3 months ago

It would be nice if once could be able to select the text in RichTextEditor with readOnly flag enabled, so that user can copy the text / apply the styles to it.

MohamedRejeb commented 3 months ago

Hi, Thanks for the feedback, that's a good thing to have. I will check it.