I don't want close on click in outside p-sidebar

UI Components for Angular
Post Reply
kanakaraju
Posts: 1
Joined: 03 May 2018, 09:07

03 May 2018, 09:18

Hi,
I am facing one problem, iam using p-sibebar component. If i click on outside of the page, it is automatically close the p-sidebar. this functionality implemented in your component.But i want to don't close on outside of the page whenever i click on p-sidebar component.
This is my requirement.Could you please how to make this functionality?

gcaqp
Posts: 1
Joined: 18 Aug 2021, 13:51

18 Aug 2021, 13:57

I need the same, did you solve it?

poyrazus
Posts: 6
Joined: 11 Mar 2021, 12:18

12 Oct 2021, 12:07

You can try setting dismissible property to false

Code: Select all

<p-sidebar [(visible)]="display"  [dismissible]="false">
    Content
</p-sidebar>

Post Reply

Return to “PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 7 guests