Implementing Custom Node View #2055
Unanswered
patrickcorrigan
asked this question in
Questions & Help
Replies: 1 comment 2 replies
-
No, the content of node views is like a black box fir tiptap. you have to create something by yourself. try to focus your input on the created hook of your vue component. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm implementing a Node View in Vue,
It contains multiple input fields. When the node view is created I'm struggling to focus on the first field. What is the best way to go about this? Is there a way to define a focus point in a Node View
Beta Was this translation helpful? Give feedback.
All reactions