You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using a lazy prop as bootstrap-vue does, I would propose to support the v-model.lazy modifier https://vuejs.org/v2/guide/forms.html#lazy (if this is possible). In the past this was hard to implement, but maybe got easier with vue3? See vuejs/vue#5743
Right now, there's no way to prevent modeled variables from being changed immediately. Bootstrap-Vue solves this with a
lazy
prop, btw.The text was updated successfully, but these errors were encountered: