-
Notifications
You must be signed in to change notification settings - Fork 84
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
Allow for ActionPopover to be focusable #5589
Labels
Comments
FE-5528 |
nuria1110
added a commit
that referenced
this issue
Dec 12, 2024
Exposes `focusButton` method to allow consumers to programmatically focus on the menu button using ref. fix #5589
14 tasks
nuria1110
added a commit
that referenced
this issue
Dec 16, 2024
Exposes `focusButton` method to allow consumers to programmatically focus on the menu button using ref. fix #5589
nuria1110
added a commit
that referenced
this issue
Dec 16, 2024
Exposes `focusButton` method to allow consumers to programmatically focus on the menu button using ref. fix #5589
carbonci
pushed a commit
that referenced
this issue
Dec 19, 2024
## [146.2.0](v146.1.0...v146.2.0) (2024-12-19) ### Features * **action-popover:** allow menu button to be focused programmatically ([a3d8d23](a3d8d23)), closes [#5589](#5589)
🎉 This issue has been resolved in version 146.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Desired behaviour
I would like to be able to set focus on ActionPopover or ActionPopoverMenuButton by passing a ref to it and calling ref.current?.focus()
Current behaviour
For both of the components there is no ref property, wrapping in div and setting a ref or an id does not work either.
Suggested Solution
No response
CodeSandbox or Storybook URL
No response
Confidentiality
The text was updated successfully, but these errors were encountered: