Skip to content

Tag: forms

Clearing input in vuejs form

Just completed a todolist tutorial. When submitting the form the input field doesn’t clear. After trying both: The input field properly clears but it also deletes the todo. It seems to delete the input field before it has time to push the new todo in the todos.text array. Would love some input guys! Tha…