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
I am using p-dialog with focusTrap enabled as a modal dialog and have the following behaviour:
When I click with the mouse on the background and then press Shift+Tab, I start navigating through the Background elements.
Am I missing something or is it maybe a bug? Here is my dialog configuration:
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using p-dialog with focusTrap enabled as a modal dialog and have the following behaviour:
When I click with the mouse on the background and then press Shift+Tab, I start navigating through the Background elements.
Am I missing something or is it maybe a bug? Here is my dialog configuration:
`
<p-dialog
header="{{ translateKey + 'TITLE' | translate }}"
[modal]="true"
[focusTrap]="true"
[visible]="true"
[closable]="false"
[style]="{ width: '35rem' }"
[formGroup]="myForm"
`
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions