We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check Elements in Chrome Dev tools.
The element is still there even though the dialog was closed.
Modal DOM elements should be removed when the modal dialog closes.
The modal should be disposed in the dialog's destroy() method:
destroy()
tdp_core/src/components/dialogs.ts
Lines 135 to 140 in b49b0e8
See also the Bootstrap Modal documentation.
Thanks for taking the time to fill out this bug report 🤗 Make sure there aren't any open/closed issues for this topic 😃
The text was updated successfully, but these errors were encountered:
oltionchampari
No branches or pull requests
Environment
Steps to reproduce the bug
Observed Behavior
Check Elements in Chrome Dev tools.
The element is still there even though the dialog was closed.
Expected Behavior
Modal DOM elements should be removed when the modal dialog closes.
Context
The modal should be disposed in the dialog's
destroy()
method:tdp_core/src/components/dialogs.ts
Lines 135 to 140 in b49b0e8
See also the Bootstrap Modal documentation.
Thanks for taking the time to fill out this bug report 🤗
Make sure there aren't any open/closed issues for this topic 😃
The text was updated successfully, but these errors were encountered: