You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 1. disable focus trap
* add failing tests
* add more failing tests
* handle click in useMenuInitialFocus
* Fix useMenuInitialFocus test
* Add test for click with ActionMenu
* use updated menu focus
* add the option of rendering inline instead of portal
* handle tab press inside open menu
* Repurpose openWithFocus for initialising keyboard interaction
* Add anchorRef to useTypeaheadFocus
* only activate keyboard activation if the menu is open
* add tab handler to Anchor as well
* ActionMenu inside Overlay - overflow:visible, zIndex
* merge sx prop on overlay props
* update snapshot
* make anchorRef optional for typeahead
* use userEvent for tests
* Add story for Tab testing
* improve types for handler
* continue to improve types
* clean up hooks
* move effects to one big hook
* gesture type should not be in AnchoredOverlay
* add changelog
* Add docs for usePortal
* add comments to overlayProps
* remove todo
* Add overlay story with overflow
* tiny bit more coverage
* rename usePortal to renderInPortal
* Add story for position relative + overflow
* change z-index to 11, add comment why
* undo render inline
* remove story
* wrap async test in waitFor
* unused variable
* remove overlay overflow
* Delete overlay-use-portal.md
* Delete overlay-overflow.md
* remove duplicate sx row
* update snapshots
* remove irrelevant story
* remove unused imports
0 commit comments