-
Notifications
You must be signed in to change notification settings - Fork 65
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
Select items inside a component #72
Comments
Hey, thanks for filing this issue. The fact that, as you correctly said, the From the top of my head I cannot think of any negative implications that this might have if we enable the search for descendants. @timdeschryver Curious to hear your thoughts on this. If there are none, I'll try to fix this as soon as possible. @mortanalexandru You can also send a PR and contribute to this project. Any help is always welcome! |
I think it should work. |
I will implement this shortly. |
Soooo, I just looked at the code and found out that we are already using @mortanalexandru Do you mind creating a minimal reproducable. I'd suggest to use StackBlitz? |
Ohh I see now. In this case I would suggest to use content projection, meaning to use an |
I am not able to get back the selected items in the case there is another wrapper component inside the dts-select-container. The SelectContainer uses @ContentChildren to get the $selectableItems. Is there any workaround?
example:
Thanks in advance!
The text was updated successfully, but these errors were encountered: