F
F
frolova_elena2018-08-08 06:01:58
Vue.js
frolova_elena, 2018-08-08 06:01:58

How to implement form submission without click?

How to implement form submission without click? For example, when filling out a form.

<template>

          <td><input type="text" placeholder= name v-model="Name" ></td>
      
</template>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Bobkov, 2018-08-08
@mike_bma

What condition do you want to submit the form for?
At the end of input in input?
Then track user input and if a certain amount of time has passed since the last keystroke (500ms or 1s - whichever is convenient), submit the form.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question