Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dialog, modal, popover, input-date-picker, input-time-picker, sheet): support stacked component sequential closing with escape #9231
feat(dialog, modal, popover, input-date-picker, input-time-picker, sheet): support stacked component sequential closing with escape #9231
Changes from 60 commits
b9b684d
281619e
2ad2c8e
c95e3aa
c54cab1
e3823ea
1187a3a
fadbb0d
0622da1
00e576b
55fbb07
0af108e
47cf21d
6a1ad45
8ca1dc5
d2324b2
5861f82
95af390
69dbd5a
ba39a7f
3e4b38e
85f4ef2
7418a25
a9dd5c0
58622a4
0376e14
f11fb0f
31764b2
a7cebb6
c993e02
327aa38
785fed5
84f881e
84c20d8
9db785e
06570cd
c3e5da4
ef5ad2a
16564f1
f7dd170
a493275
6d3ed51
d8d0412
9f18ccc
1e67bf8
3e94a4d
16c7f1a
5d5b90b
20cde10
249081a
829d93b
d8acece
76a4cf7
766ec1e
f720d10
6bf5a5f
7f110b6
0b582b8
7afdb64
d8f34c5
87f4f56
b645dea
353ec39
79ddd20
337342b
212f6bc
0f8c4e2
fd53ff4
ee5d656
7e3dda8
06e68ff
cfe719d
b7f7411
b75baee
fc85f74
5097b0b
2c40889
5117688
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed components close on blur or when clicking outside or on another element (e.g.,
scrim
). Can you confirm all component-closingonFocusTrapDeactivate
calls are needed?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in dialog/modal we also have to consider the value of
outsideCloseDisabled
.