RichTextEditor Wrap Action Needs Name? #4511
Unanswered
raywong-fb
asked this question in
Q&A
Replies: 1 comment
-
Thanks @raywong-fb definitely a mistake for not including the name, I'll update it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if this is by design, or possibly a bug. But I noticed I wasn't able to programmatically
remove
the defaultwrap
action (ie.rte.remove('wrap')
) of the RTE and it looks like it's due to the model does not include aname
attribute here.Is this a bug or is there a reason there isn't a
name
associated with the wrap action? I was able to get around this by passing an array in the init config that leaves outwrap
, like:Beta Was this translation helpful? Give feedback.
All reactions