bcakmakoglu / vue-flow

A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.
https://vueflow.dev/
MIT License
3.74k stars 242 forks source link

🐛 [BUG]: Custom Node input type=number When I click the arrow, the number will change not stop #1555

Closed well123 closed 1 month ago

well123 commented 1 month ago

Is there an existing issue for this?

Current Behavior

I have a custom node. There is an input box in the node. Type is Number. When I click the arrow to change the number, it will not stop image

Expected Behavior

Click the arrow once, the number only increases 1

Steps To Reproduce

For details, see the picture

Relevant log output

No response

Anything else?

No response

bcakmakoglu commented 1 month ago

You have to add the nodrag class name to the input element.