-
Notifications
You must be signed in to change notification settings - Fork 907
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
Will an overlay layer be implemented in material web components? #2023
Comments
Hello, we do not currently have any plans to implement a standalone overlay layer. We generally seek to provide only the components defined by the material design spec and not necessarily their parts. Though, can you please provide an example of an overlay layer that you are looking for? I'd be happy to bring this up at our next team meeting (likely next week or the week after due to vacations around this time) |
I'm showing a video of angular material (the same is implemented in the react one), |
I'm not sure if i can solve in other way but my problem seems bind to same root. I'm thinking i'm trying to stand up a mwc-fab to mwc-drawer (when open in type=modal) ! I cannot bring the mwc-fab on top of the aside/content of drawer when opened ... Here my try: https://github.com/CICCIOSGAMINO/mwc-fab-on-mwc-drawer |
Overlaying components is an issue we've been having in our system already (see select inside of a dialog) and we're still investigating methods for hoisting ala React portals. Will definitely keep this in mind for our next meeting |
Thanks for the answer 👍 |
We have decided to look into investigating this further (though in all likelihood we will be awaiting for the next version of lit-element to be released before we implement this because of the features it would provide for shared behaviors). What specific features were you looking for in a componentized overlay? |
|
Wanted to add - not having Something to draw inspiration from: https://baseweb.design/components/popover/ |
Heya, I'm no longer on Material Web and now I work alongside them rather than on the project itself. That said, the findings of my implementation is that unless we explode the scope of this feature, we should stay put until the https://open-ui.org/components/popup.research.explainer The status of it AFAIK is that it's under active implementation on Chrome as of now. In the meantime the |
Hello, I am back on Material web 😅 now. Currently md-menu has the same approach. We are putting our bets on I think we are still not looking to implement our own top-layer because as a framework-agnostic component library, we can't tell the shape of your application and can't assume that we can add a top layer to your site, but we are open to seeing if y'all are having trouble using Menu in your own top-layer implementations. Will keep bug open until we eventually get cross-browser popver support |
I am working on a PR to enable |
As seen in many libraries, in particular in angular/react material, an overlay layer was
implemented to overcome zindex/layering issues in websites.
As we have seen so far, you didn't implement this feature.
Is there a reason for it? Or will it be implemented in the future?
The text was updated successfully, but these errors were encountered: