-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add detach method to IgxOverlay #6063
Labels
overlay
program: igniteui
project management
🧰 feature-request
version: 11.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
May 12, 2020
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Jul 12, 2020
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Sep 11, 2020
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Dec 2, 2020
wnvko
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Jan 11, 2021
wnvko
added a commit
that referenced
this issue
Jan 21, 2021
wnvko
added a commit
that referenced
this issue
Jan 21, 2021
wnvko
added a commit
that referenced
this issue
Jan 22, 2021
wnvko
added a commit
that referenced
this issue
Jan 22, 2021
wnvko
added a commit
that referenced
this issue
Jan 22, 2021
14 tasks
wnvko
added
❌ status: awaiting-test
PRs awaiting manual verification
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
🛠️ status: in-development
Issues and PRs with active development on them
❌ status: awaiting-test
PRs awaiting manual verification
labels
Mar 17, 2021
wnvko
added a commit
that referenced
this issue
Mar 31, 2021
Lipata
pushed a commit
that referenced
this issue
Apr 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
overlay
program: igniteui
project management
🧰 feature-request
version: 11.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
Right now
IgxOverlay
hasattach
method. This method resolves the passed component and generates unique ID. Later on developer can show the overlay with provided ID.However when developer calls
hide
method it resets the overlay for provided ID and this ID cannot be used anymore.There should be
detach
method which should reset the overlay for provided ID. Hide method should only hide the overlay for provided ID without resetting the overlay.Describe the solution you'd like
Add
detach
method.Describe alternatives you've considered
One should call
attach
after each timehide
was called. This forces overlay to resolve same component several times.The text was updated successfully, but these errors were encountered: