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
Carbon Web components currently do not have any utility function that provides focus wrapping behavior. The React package has a wrapFocus function as well as wrapFocusWithoutSentinels in a feature flag. Adding this utility to Web components would help achieve consistency across components, parity with React, and faster development time.
Thank you for submitting a feature request. Your proposal is open and will soon be triaged by the Carbon team.
If your proposal is accepted and the Carbon team has bandwidth they will take on the issue, or else request you or other volunteers from the community to work on this issue.
The problem
Carbon Web components currently do not have any utility function that provides focus wrapping behavior. The React package has a
wrapFocus
function as well aswrapFocusWithoutSentinels
in a feature flag. Adding this utility to Web components would help achieve consistency across components, parity with React, and faster development time.The solution
Provide support for the
enable-experimental-focus-wrap-without-sentinels
feature flag or equivalent in Web component package:https://github.com/carbon-design-system/carbon/blob/main/packages/react/src/components/Notification/Notification.featureflag.mdx
Examples
React feature flag (Actionable Notification): https://github.com/carbon-design-system/carbon/blob/main/packages/react/src/components/Notification/Notification.featureflag.mdx
Package
@carbon/web-components
Application/PAL
No response
Business priority
Medium Priority = upcoming release but is not pressing
Available extra resources
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: