Reopening a Panel with "isHiddenOnDismiss" and have it top of other Layers? #34965
Unanswered
StradivariT
asked this question in
Q&A
Replies: 1 comment
-
You should avoid using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we can use the
isHiddenOnDismiss
prop from Panel to be able to preserve its children state when closing and reopening the Panel. However let's say we have two different Panels, Panel1 and Panel2, both usingisHiddenOnDismiss
, we open and close the Panels in that order, first Panel1 and then Panel2. We then open Panel2 first and while this is still open we open Panel1, Panel1 would be behind Panel2, and depending on the use case, we wouldn't know if Panel1 was even opened since it might be directly behind Panel2.Is it possible somehow to be able to use
isHiddenOnDismiss
and have reopened panels to always be placed at the end of the LayerHost so that it will appear on top?Beta Was this translation helpful? Give feedback.
All reactions