Skip to content
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

<ix-dropdown> does not work with ID as trigger when using Shadow DOM #1417

Closed
2 tasks done
GauravJKshirsagar opened this issue Aug 1, 2024 · 1 comment
Closed
2 tasks done

Comments

@GauravJKshirsagar
Copy link

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

What happened?

does not work with ID as trigger when using Shadow DOM with ViewEncapsulation.ShadowDom enabled in Angular. As a result, we have to rely only on Angular # template reference variables, which are static and cannot be set dynamically.

What type of frontend framework are you seeing the problem on?

Angular

Which version of iX do you use?

v2.4.1

Code to produce this issue.

https://stackblitz.com/edit/rluddp-bopive?file=src%2Fapp%2Fdropdown-icon.ts
@GauravJKshirsagar GauravJKshirsagar added the triage We discuss this topic in our internal weekly label Aug 1, 2024
@danielleroux
Copy link
Collaborator

Exactly that's the idea of the shadowDOM. What's happens in the shadowDOM stays in the shadowDOM.

@danielleroux danielleroux removed the triage We discuss this topic in our internal weekly label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants