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
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Although is now possible to freely click outside the Sidebar by providing the dismissable property, the sidebar still act as a modal, so the rest of the page is not interactive.
Sometimes can be helpful to have the sidebar open but still being able to access/use the test of the page.
Expected behavior
Being able to provide something like a asModal={false} property that do not render the p-component-overlay p-sidebar-mask overlay at all.
PrimeReact version:
2.0.0-rc-1
The text was updated successfully, but these errors were encountered:
keul
changed the title
Way to remote the modal behavior of the sidebar
Way to remove the modal behavior of the Sidebar
Nov 12, 2018
cagataycivici
changed the title
Way to remove the modal behavior of the Sidebar
Add modal prop to Sidebar
Dec 4, 2018
I'm submitting a ... (check one with "x")
Current behavior
Loosely related to #377.
Although is now possible to freely click outside the Sidebar by providing the
dismissable
property, the sidebar still act as a modal, so the rest of the page is not interactive.Sometimes can be helpful to have the sidebar open but still being able to access/use the test of the page.
Expected behavior
Being able to provide something like a
asModal={false}
property that do not render thep-component-overlay p-sidebar-mask
overlay at all.2.0.0-rc-1
The text was updated successfully, but these errors were encountered: