Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for lazy text inputs #164

Closed
Benjamin-Lee opened this issue Mar 7, 2021 · 3 comments
Closed

Add support for lazy text inputs #164

Benjamin-Lee opened this issue Mar 7, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Benjamin-Lee
Copy link

Right now, there's no way to prevent modeled variables from being changed immediately. Bootstrap-Vue solves this with a lazy prop, btw.

@alfonsobries alfonsobries added the enhancement New feature or request label Mar 10, 2021
@alfonsobries
Copy link
Owner

definitely @Benjamin-Lee

ill add this to my to-do list

@alfonsobries
Copy link
Owner

Ill add this on the vue3 version #214

@tobiasdiez
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants