Skip to content

Commit

Permalink
docs(radio): fix radio demo (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsandapps authored Dec 15, 2023
1 parent 74cf281 commit c5648fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/usage/v7/radio/using-comparewith/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
};

const radioGroupEl = document.querySelector('ion-radio-group');
radioGroupEl.compareWith = (a, b) => a.value === b.value;
radioGroupEl.compareWith = compareWithFn;

foods.forEach((option, i) => {
const radio = document.createElement('ion-radio');
Expand Down

1 comment on commit c5648fc

@vercel
Copy link

@vercel vercel bot commented on c5648fc Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-ionic1.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app

Please sign in to comment.