Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix: not working autoSelect in CMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
oshima-gangan committed Oct 1, 2022
1 parent 719be2b commit 5c36aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/chakra-ui-core/src/CMenu/CMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const CMenu = {
focusAtIndex: this.focusAtIndex,
focusOnLastItem: this.focusOnLastItem,
focusOnFirstItem: this.focusOnFirstItem,
openMenu: this.openMenu,
closeMenu: this.closeMenu,
autoSelect: this.autoSelect,
closeOnSelect: this.closeOnSelect,
Expand Down

0 comments on commit 5c36aba

Please sign in to comment.