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

Description

@ThomasBurleson

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,
  });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions