Reputation: 50
I am wondering, is there way to disable the form submition on enter key press inside one of the input in Vue js. I am currently having simple form with button and one input and i am handling the submit with @submit.prevent="submitFunctionClickFunction"
Upvotes: 1
Views: 2661