You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
If a bottomSheet parent DOM element is not provided, the InterimService will use the $rootElement body or the $rootElement as the parent container for the mask and bottomsheet.
While using this and going through the framework for first time on the documentation it looks like you need to provide the actual element. But reading the code on the feature from @ajoslin I can see you actually need to provide the selector. Its not completely clear at least in my opinion on the documentation. Maybe I missed somewhere what the "Element" refers to in the scope of the documentation (perhaps its used in other services as well).
If a bottomSheet parent DOM element is not provided, the InterimService will use the $rootElement body or the $rootElement as the parent container for the mask and bottomsheet.
The following enchancement is needed:
The text was updated successfully, but these errors were encountered: