Completed
Last Updated: 03 Jun 2021 07:39 by ADMIN
n/a
Created on: 09 Mar 2021 11:49
Category: Input
Type: Bug Report
1
(Vue 3)The Native Input element configured with v-model directive is initialized with lazy modifier

I'm submitting a...

  • Bug report

Current behavior

The value of the Native Input is updating the model after the input is focused out. It behaves as the lazy modifier is applied to it. The reported behavior is replicable only in Vue 3.

Expected behavior

The value of the model the Input is bound to should be updated on every user input as can be observed in this StackBlitz example.

Minimal reproduction of the problem with instructions

  1. Open this StackBlitz project
  2. Enter random symbols in the Input

The model is updated when you focus out the Input

0 comments