2.1.10
Issue DescriptionBased on other examples I've seen, when embedding a checkbox in a custom component a 'proxy' value has to be used to emulate the native v-model
behaviour for a checkbox or radio input.
This is particularly important when binding v-model
on the custom component to an array as opposed to a boolean.
This technique works fine in Firefox and Webkit-based browsers but fails in IE and Edge.
Demonstration of Issuehttp://jsfiddle.net/andrewcourtice/jgxzbbvv/
Steps to ReproduceThe array of selected items (and the raw output) should be updated as each item is checked.
Actual OutcomeIn IE and Edge the raw output is displaying a boolean value and the checked state of the checkboxes is inconsistent.
Thanks!
Thijs5, SeregPie, matt-snider, thedamon and fluresceinatt1sb
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4