QEditor - Option to remove formatting of pasted text #17248
Replies: 2 comments
-
There is an example in the documentation how to do so: https://quasar.dev/vue-components/editor#plaintext-pasting |
Beta Was this translation helpful? Give feedback.
-
Thank you @hazzik, I knew about that workaround, that's why I'm suggesting/asking if this could perhaps be built in the framework. |
Beta Was this translation helpful? Give feedback.
-
It would be great to have a behaviour flag for the QEditor that results removing any formatting from the pasted text when the user inserts text with CTRL-V from the clipboard. This new flag could be called 'plaintext-paste'
The user often copies text from an existing document (or from multiple locations) into a QEdit component which most often results in unwanted formatting.
Beta Was this translation helpful? Give feedback.
All reactions