question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] v-combobox emits `change` event too late

See original GitHub issue

Versions and Environment

Vuetify: 1.2.5 Vue: 2.5.17 Browsers: Chromium 69.0.3497.81 OS: Ubuntu undefined

Steps to reproduce

  1. Enter “bar”
  2. Click “Submit”

Expected Behavior

Console output:

"change" "bar"
"submit" "bar"

Actual Behavior

Console output:

"submit" null
"change" "bar"
"change" "bar"

Reproduction Link

https://codepen.io/downace/pen/wYKzXw?editors=1011

Other comments

With v-text-field all works as expected

Also, change event is emitted twice

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
MatthewArycommented, Nov 26, 2018

This workaround seems to work. I look forward to a fix though. Thanks!

1reaction
KaelWDcommented, Nov 16, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: Problems with ComboBox.OnChange triggering too oft...
It appears that the ComboBox.OnChange event gets triggered with a "weird timing" and more often than, say, TextInput.OnChange.
Read more >
Access VBA - Trigger combobox change event - Stack Overflow
Problem is that when I navigate through record via Combobox, click second Option button for another view AND THEN RETURN to same view,...
Read more >
21619 – Programmatically dropdown a combo - Bugs - Eclipse
setListVisible() Here's a test case. I'm going to modify the patch a bit because currently it shows the popup regardless of the state...
Read more >
AJAX onChange event doesn't trigger in Form fields of Select ...
My problem is you have to update Onchange RANK-SUPERVISOR field, but can not get on-screen tab CLINETES vueva I attempt to show the...
Read more >
352527 - Autofill should trigger a change event on inputs
What is the expected behavior? The change event should be triggered initially when autofilled so that code that is listening for value changes...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found