bcakmakoglu/vue-flow

๐Ÿ› [BUG]: Custom Node input type=number When I click the arrow, the number will change not stop

Closed this issue ยท 1 comments

Is there an existing issue for this?

  • I have searched the existing issues and this is a new bug.

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

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