Facing problem in dilog box #3138
Unanswered
yash0701-dev
asked this question in
PrimeNG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I click on close button to close the dilog, it will take some time to close the dilog box like 3-5 sec on prod.
<p-dialog [header]="''"
draggable="false"
(onHide)="clearEmployeeData()"
[modal]="true"
[(visible)]="employeeListVisible"
[style]="{ width: '80vw' }"
[breakpoints]="{ '575px': '90vw'}"
id="table"
[contentStyle]="{'overflow-y': 'auto', 'overflow-x': 'auto',
'max-height': '50vh'}"
thank you.
Beta Was this translation helpful? Give feedback.
All reactions