eakoriakin / ionic-selectable

Ionic Selectable is an Ionic versatile and highly customizable component that serves as a replacement to Ionic Select, and allows to search items, including async search, create items, customize the layout with templates and much more. It provides an intuitive API and is easy to set up and use.
MIT License
550 stars 123 forks source link

All Html selectors for templates are broken in V5 (last version) #424

Closed phyr0s closed 1 year ago

phyr0s commented 1 year ago

All the template selectors are broken since v7 angular 16 update

For example ionicSelectableHeaderTemplate is not working

iamrsojitra commented 1 year ago

Hello @phyr0s Please make sure you have imported IonicSelectableHeaderTemplateDirective or relevant directive in your standalone component

phyr0s commented 1 year ago

hello @vc-rakesh no one is exportable Example--> IonicSelectableItemIconTemplateDirective is not exportable.

Package path ./src/app/components/ionic-selectable/ionic-selectable-item-icon-template.directive is not exported from package

Anicspo commented 1 year ago

I can confirm this...having the same issue

iamrsojitra commented 1 year ago

ok @phyr0s @Anicspo Thanks for confirming the issue. I will fix and update soon new release.

Elwazeery commented 1 year ago

It worked after importing the directive in the page module import { IonicSelectableComponent, IonicSelectableHeaderTemplateDirective } from 'ionic-selectable';