ionic-framework icon indicating copy to clipboard operation
ionic-framework copied to clipboard

fix(angular, radioGroup): add missing 'compareWith' to ion-radio-group

Open ebarooni opened this issue 5 months ago • 1 comments

Issue number: resolves #29826


What is the current behavior?

When using compareWith on ion-radio-group in Ionic Angular Standalone the following error is thrown:

NG8002: Can't bind to 'compareWith' since it isn't a known property of 'ion-radio-group'.

What is the new behavior?

  • compareWith on ion-radio-group in Angular Standalone is available

Does this introduce a breaking change?

  • [ ] Yes
  • [x] No

ebarooni avatar Sep 12 '24 20:09 ebarooni