-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
[Menu][Joy] Fix closing of Menu in demos
#36917
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
fc79e3b
fix
sai6855 95a3b23
trigger
sai6855 d6b1813
fix logic
sai6855 7b29c33
fix logic
sai6855 d081c4a
fix mac menu
sai6855 f305c46
fix types
sai6855 692fce9
fix types
sai6855 699bfc9
fix menu composition demos
sai6855 37c6dba
fix selected menu
sai6855 f0970f4
fix group menu
sai6855 f3fcf8c
fix mac menu
sai6855 1d59654
yarn docs:typescript:formatted
sai6855 288651d
Merge branch 'master' into menu-docs-fix
sai6855 61c78d8
trigger
sai6855 a6c11e0
swapped parameters and accpeted event type to null
sai6855 8ca53d4
updated types in demos
sai6855 98b6573
docs:api
sai6855 cf732ed
update type in mui base
sai6855 c8babe0
update base docs demos
sai6855 228f700
update types
sai6855 b07727f
reuse type
sai6855 fa0d34d
docs:api
sai6855 23f7419
update types in joy
sai6855 b2b811e
update types in joy menu
sai6855 690b7c4
prettier
sai6855 ded28bd
fix types in base docs m,enu
sai6855 b74144c
add focus event type
sai6855 697eed0
fix type
sai6855 451cc4b
type chnage
sai6855 962c848
type chnage
sai6855 35c4c3e
Merge branch 'master' into menu-docs-fix
sai6855 a6d23d8
Merge branch 'master' into menu-docs-fix
sai6855 f131f7b
intiallogic
sai6855 db3bb0b
add warning
sai6855 b597287
docs:typescript
sai6855 680e8b2
Merge branch 'menu-open' into menu-docs-fix
sai6855 0b5d5f5
revert old changes
sai6855 093a6ed
docs api
sai6855 b071020
fix tests
sai6855 f31cf61
fix types
sai6855 38c46a6
fix: id is not propagate to DOM
siriwatknp 61b72a0
add dev env check
sai6855 e74d169
Merge branch 'menu-docs-fix' of https://github.com/sai6855/material-u…
sai6855 027787c
fix tests
sai6855 f30ad68
update all demos onClick
sai6855 ea5b2fc
update comment
sai6855 55318a8
add info about id and aria-controls props
sai6855 eed1e4f
fix error message and add test
siriwatknp 4f14a90
Merge branch 'master' into menu-docs-fix
sai6855 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Looks much simpler 👍.