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

fix(form-radio): isChecked to work with arrays & non-arrays. #629

Merged
merged 3 commits into from
Jul 4, 2017

Conversation

tmorehouse
Copy link
Member

@tmorehouse tmorehouse commented Jul 4, 2017

Fix for issue #623

isChecked computed prop now tests for array (multiple checkboxes bound to same v-model) or non-array (single checkbox bound to v-model)

Added extra documentation as well

Fix for issue  #623

make isChecked computed prop check for array (multiple checks bound to same v-model) or non-array (single checkbox bound to v-model)
@tmorehouse tmorehouse added this to the v0.18.0 milestone Jul 4, 2017
@tmorehouse tmorehouse requested review from pi0 and alexsasharegan July 4, 2017 04:32
@tmorehouse tmorehouse merged commit 578d451 into master Jul 4, 2017
@tmorehouse tmorehouse deleted the tmorehouse-form-checkbox branch July 4, 2017 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants