Replies: 1 comment
-
SOLUTION FOUND: I can't change the Data (from constructor) to receive
Problem Solved! |
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
-
I'm using editor.umd.js (Editor.js 2.31.0-rc.0) in my HTML project, and I'm trying to create a new plugin, for this I create the following code:
With that code, I can see a textarea and a select with options, but when I call save methods from Editor.js, I receive this error message:
What I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions