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

Commit 5c36aba

Browse files
committed
fix: not working autoSelect in CMenu
1 parent 719be2b commit 5c36aba

File tree

1 file changed

+1
-0
lines changed
  • packages/chakra-ui-core/src/CMenu

1 file changed

+1
-0
lines changed

packages/chakra-ui-core/src/CMenu/CMenu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const CMenu = {
9393
focusAtIndex: this.focusAtIndex,
9494
focusOnLastItem: this.focusOnLastItem,
9595
focusOnFirstItem: this.focusOnFirstItem,
96+
openMenu: this.openMenu,
9697
closeMenu: this.closeMenu,
9798
autoSelect: this.autoSelect,
9899
closeOnSelect: this.closeOnSelect,

0 commit comments

Comments
 (0)