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

"Lazy" binding Input component #155

Merged
merged 1 commit into from
Jul 4, 2017
Merged

"Lazy" binding Input component #155

merged 1 commit into from
Jul 4, 2017

Conversation

jtommy
Copy link
Member

@jtommy jtommy commented Jul 4, 2017

PR #150

@rafaberaldo rafaberaldo modified the milestone: v0.5.0 Jul 4, 2017
@rafaberaldo rafaberaldo merged commit a89e70a into buefy:dev Jul 4, 2017
@rafaberaldo
Copy link
Member

Actually that is not a breaking change since already emit on @change 👍

Thanks!

@rafaberaldo
Copy link
Member

I've tested and still doesn't work, look at vuejs/vue#5743

v-model modifiers doesn't work on custom components.

@jtommy
Copy link
Member Author

jtommy commented Jul 4, 2017

Yes, it's ok.
"v-mode.lazy" doesn't work on custom component but the equivalent form is <b-input :value="myVar" @change="value => myVar = value" />. The problem was about 'change' event into input method and a lazy binding (value + change) didn't work.

@rafaberaldo
Copy link
Member

oh I see, it's fine then 👍

@jtommy jtommy deleted the lazy-binding-input branch July 5, 2017 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants