-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selectable text not working #2
Comments
Hi, Now v1.0.8 supports whether to enable |
Thanks! This fits my primary use case.
Is this why selections can't go between |
yes, if |
@asjqkkkk I am facing a problem ( it might be an expected behaviour ). Can you please look into this? |
Hi @Shreedhar73 , currently, the |
@asjqkkkk Thanks |
When I dig into the code, it seems like the text is set to be selectable by default, however, the generated code is just
RichText
widget and not aSelectableText.rich
widget.Can we get proper support for selectable text, and as a bonus, if we can pass in
toolbarOptions
that would be even better.The text was updated successfully, but these errors were encountered: