-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 16, Templates are ignored #405
Comments
Hi, I'm also facing this issue!! |
I'm afraid not @vandergil |
Tks!! |
No, we reverted to using this without templates. Let us know if you find a good alternative! |
Great! I can't do that because I am using a dropdown where I need to show a div showing the color and the color name. I just found this one: But I haven't tested it yet and it's not as pretty as ng-multiselet-dropdown. |
First of all, thank you for updating so that it's working in Angular 16!
Angular version:
16
ng-multiselect-dropdown version:
1.0.0
Description of issue:
The options and selected option templates no longer seem to have an effect as of Angular 16.
Steps to reproduce:
Create an ng-multi-select that uses option templates
Expected result:
Option text is as per the template
Actual result:
Option text is as if the template doesn't exist
Demo: Please share sample code link using StackBlitz or codesandbox
https://stackblitz.com/edit/stackblitz-starters-kb7s52?file=src%2Fmain.ts
The text was updated successfully, but these errors were encountered: