We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 2.4.5 Vue Version: 2.6.12 Browsers: Chrome 88.0.4324.192 OS: Mac OS 11.1.0
Click the "CHANGE STATE" button in the codepen.
Changing the state programmatically should not cause the input event to emit.
Changing the state programmatically emits an input event.
https://codepen.io/mariobuikhuizen/pen/bGBvozr
The text was updated successfully, but these errors were encountered:
fix: prevent GUI update loop by replacing v-treeview
b953d9c
Due to vuetifyjs/vuetify#13181 v-treeview causes the update loop
6b9d20f
a0875d8
This issue is being closed due to inactivity.
If you have any additional questions, please reach out to us in our [Discord community](https://community.vuetifyjs.com/).
Sorry, something went wrong.
No branches or pull requests
Environment
Vuetify Version: 2.4.5
Vue Version: 2.6.12
Browsers: Chrome 88.0.4324.192
OS: Mac OS 11.1.0
Steps to reproduce
Click the "CHANGE STATE" button in the codepen.
Expected Behavior
Changing the state programmatically should not cause the input event to emit.
Actual Behavior
Changing the state programmatically emits an input event.
Reproduction Link
https://codepen.io/mariobuikhuizen/pen/bGBvozr
The text was updated successfully, but these errors were encountered: