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
As far as I can tell, Page does not expose some of the Drawer options, instead hard-wiring them to their defaults. In particular, it does not seem possible to use a Page with a notificationDrawer presented in inline mode?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As far as I can tell,
Page
does not expose some of the Drawer options, instead hard-wiring them to their defaults. In particular, it does not seem possible to use aPage
with anotificationDrawer
presented ininline
mode?Where
Page
could offerinline
, but does not:https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/Page/Page.tsx#L347
Where
Page
could offer resizable, but does not:https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/Page/Page.tsx#L324
Beta Was this translation helpful? Give feedback.
All reactions