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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 2378 #2381

Merged
merged 2 commits into from Sep 26, 2019
Merged

fix: 2378 #2381

merged 2 commits into from Sep 26, 2019

Conversation

logaretm
Copy link
Owner

馃攷 Overview

This PR fixes an issue introduced by #2355 which caused values initialized to undefined to get confused between the "found nodes but with undefined values" vs "found nodes with no values".

This caused the stop condition for the recursive "extractVNodes" to not function properly when a structure of the parent with model with children with value attribute, like a group of checkboxes or a group of radio buttons.

list of issues formatted like this:

closes #2378

@logaretm logaretm changed the title Fix/2378 fix: 2378 Sep 26, 2019
@logaretm logaretm merged commit 53add5e into master Sep 26, 2019
@logaretm logaretm deleted the fix/2378 branch November 14, 2019 01:10
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.

infinite update loop if using vuetify v-radio-group and v-model with value "undefined"
1 participant