We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cf281 commit c5648fcCopy full SHA for c5648fc
static/usage/v7/radio/using-comparewith/demo.html
@@ -45,7 +45,7 @@
45
};
46
47
const radioGroupEl = document.querySelector('ion-radio-group');
48
- radioGroupEl.compareWith = (a, b) => a.value === b.value;
+ radioGroupEl.compareWith = compareWithFn;
49
50
foods.forEach((option, i) => {
51
const radio = document.createElement('ion-radio');
0 commit comments