This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Bottomsheet should support selector to determine parent #640
Closed
Description
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:
$$interimElement({
parent: "#myBSContainer",
onShow: onShow,
onRemove: onRemove,
});