Skip to content

Commit

Permalink
WMS-23260 | fix for date widget not working inside a form dialog due …
Browse files Browse the repository at this point in the history
…to focus trap
  • Loading branch information
suchethang_500160 authored and suchethang_500160 committed Dec 4, 2022
1 parent 2380a81 commit 1313716
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const invokeOpenedCallback = (ref) => {
onActivate: () => container.classList.add('is-active'),
onDeactivate: () => container.classList.remove('is-active'),
escapeDeactivates : false,
allowOutsideClick: true
});
focusTrapObj[ref.titleId].activate();
});
Expand Down

0 comments on commit 1313716

Please sign in to comment.