-
I have a Panel that contains a input text field. I'm almost sure that in some previous VueFlow version it worked correctly. Now I'm at version 1.44.0 and the field does not accept any key. The panel responds to click (I have also a button there) but not to keys.
Removing the only key related configuration (delete-key-code) makes no difference. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Seems to work fine for me in a sandbox: https://codesandbox.io/p/devbox/modest-poitras-g2n45y?file=%2Fsrc%2FApp.vue%3A18%2C26&workspaceId=ws_7iZPUfEyQC7Podbs7wwbxV Can you create a repro of the issue? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your patience! The problem was in my code, an addEventListener in the wrong place... Sorry for the noise. |
Beta Was this translation helpful? Give feedback.
Thanks for your patience! The problem was in my code, an addEventListener in the wrong place... Sorry for the noise.
Anyway, I imported Panel and ConnectionMode in the codesandbox and indeed everything works.
Could you clarify only your words "If you import properly"? It means simply to import it from "@vue-flow/core"? Or there is a specific place to put inside ?
Thanks again!
mario