What is the best way to work with form fields within a custom node? #1256
Unanswered
dkrusenstrahle
asked this question in
Questions & Help
Replies: 1 comment 3 replies
-
Hmmm, tiptap should allow pasting into input elements: tiptap/packages/core/src/NodeView.ts Lines 116 to 122 in bb116ec Can you provide a codesandbox? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have created a custom view node that got a form with one field within it. This field will take a link and extract meta data (via API request) and then display it to the user. Unfortunately Tiptap 2.0 keeps hijacking the focus so when for example the user pastes a link into the field it is pasted into the paragraph above it and when I type into the field back space (delete characters) does not work.
What is the best way to work with form fields within a custom node?
Beta Was this translation helpful? Give feedback.
All reactions