TF-3953 Close several modals when click outside

This commit is contained in:
DatDang
2025-08-07 14:14:50 +07:00
committed by Dat H. Pham
parent 44c17bc762
commit 9e7298bc76
34 changed files with 575 additions and 580 deletions
@@ -26,6 +26,9 @@ mixin DateRangePickerMixin {
initStartDate: initStartDate,
initEndDate: initEndDate,
autoClose: false,
barrierDismissible: true,
barrierLabel: 'Multiple view date range picker',
usePointerInterceptor: false,
selectDateRangeActionCallback: (startDate, endDate) {
_handleSelectDateRangeResult(
context,