View-Only mode for SuperEditor #734
-
I've been trying to use this package for a note-taking app that includes multiple rich text sections. I've noticed that when using multiple SuperEditor widgets in a ListView, multiple carets show up. Assigning multiple FocusNodes and calling node.unfocus() doesn't seem to work either. So my question is, is there a view-only SuperEditor widget that disables the caret? I've looked through the repo and can't seem to locate one! Sorry if it actually exists and I'm just asking a obvious question :) Thank you for taking the time to read this! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We have an upcoming "read-only" milestone here: #303 However, the issue of multiple |
Beta Was this translation helpful? Give feedback.
We have an upcoming "read-only" milestone here: #303
However, the issue of multiple
SuperEditor
s at the same time is it's own issue. Please file a ticket with a minimal reproduction of the problem and we'll take a look at it when we can.