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
Describe in detail the issue you're having.
I am using a Tooltip with a PasswordInput to provide Guidance to the user while they type a new password. I recently upgraded to the versions above and this is broken. The Tooltip is grabbing focus like a modal and the input cannot be accessed.
Is this issue related to a specific component?
Tooltip. I think the focus problem would happen with any component the Tooltip is used with.
What did you expect to happen? What happened instead? What would you like to
see changed?
Before Tooltips could be used with components and not grab focus. I'd like a way to restore that previous behavior.
What browser are you working in?
Chrome 84.0.4147.105
What version of the Carbon Design System are you using?
Versions above.
What offering/product do you work on? Any pressing ship or release dates we
should be aware of?
I work for IBM Cloud (Console). I would need a fix soon or it will block other stuff.
What package(s) are you using?
carbon-components 10.16
carbon-components-react 7.16
Detailed description
Steps to reproduce the issue
The following code in a sandbox will reproduce:
Additional information
The component I am working with looks like this (when it was working):
The text was updated successfully, but these errors were encountered: