Skip to content
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

Open
1 task done
ernon66 opened this issue Nov 2, 2022 · 1 comment · May be fixed by #7128
Open
1 task done

Allow for ActionPopover to be focusable #5589

ernon66 opened this issue Nov 2, 2022 · 1 comment · May be fixed by #7128

Comments

@ernon66
Copy link

ernon66 commented Nov 2, 2022

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

  • I confirm there is no confidential or commercially sensitive information included.
@ernon66 ernon66 added Enhancement triage Triage Required labels Nov 2, 2022
@edleeks87
Copy link
Contributor

FE-5528

@edleeks87 edleeks87 added On Backlog and removed triage Triage Required labels Nov 8, 2022
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants