0

I'm using Vuetify on a project and wanted to know what is the difference in the documentation on a v-text-field component between the input and the change events ?

Here is the description of those events, if any of you faced the subject and found any answers I'll be glad to know :

@Change - V-Text-Field enter image description here

@Input - V-Text-Field enter image description here

MounirOnGithub
  • 669
  • 1
  • 9
  • 22
  • 2
    `@change` is triggered when you unfocus the field or releasing a mouse action when `@input` is triggered when hitting a key. Here is an example: https://jsfiddle.net/posva/oqe9e8pb/ – dreijntjens Sep 10 '20 at 08:29
  • Does this answer your question? [Difference between "change" and "input" event for an \`input\` element](https://stackoverflow.com/questions/17047497/difference-between-change-and-input-event-for-an-input-element) – sebasaenz Sep 10 '20 at 11:21
  • update is also used for the `v-model` by default – Ricardo van Laarhoven Sep 10 '20 at 14:25

0 Answers0