eakoriakin/ionic-selectable

Ionic7 ignores all ngTemplate from ionic-selectable 5.0.3

m4g1c14n2000 opened this issue · 4 comments

Running Ionic v7.0.0 & Angular 17 with Ionic Selectable v5.0.3 ( also the same for with Angular 16 ).

  • none of ngTemplate is working
  • canAddItem, canSaveItem, canDeleteItem , and of course because the ngTemplate is not working, it would not be possible to modify the input fields

Is there anything I can do to fix this?

Same issue, Ionic 7.6.4, Ionic Selectable 5.0.3, Angular 17.
All ngTemplate are ignored.

@mattiabonzi @eduardgutierrez @m4g1c14n2000

The solution to this is inside this thread.

Turns out you need to import the correct directive to use a specific ng-template.