We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to be able to set focus on ActionPopover or ActionPopoverMenuButton by passing a ref to it and calling ref.current?.focus()
For both of the components there is no ref property, wrapping in div and setting a ref or an id does not work either.
No response
The text was updated successfully, but these errors were encountered:
FE-5528
Sorry, something went wrong.
feat(action-popover): allow menu button to be focused programmatically
34af408
Exposes `focusButton` method to allow consumers to programmatically focus on the menu button using ref. fix #5589
d81070d
a3d8d23
Successfully merging a pull request may close this issue.
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: