-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(react): add forward ref to PasswordInput component #5909
fix(react): add forward ref to PasswordInput component #5909
Conversation
Deploy preview for carbon-elements ready! Built with commit 66ffe88 |
Deploy preview for carbon-components-react ready! Built with commit 66ffe88 https://deploy-preview-5909--carbon-components-react.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for adding a test. would you mind updating snapshots so it passes CI?
…-PasswordInput-component
@emyarod Can you help me here? The test cases are not failing in the local but here they are. |
@code-blooded-developer you need to fetch the latest changes from |
it looks like I'm not able to push to your branch because of permissions, but the steps I referenced above should fix the broken tests |
…-PasswordInput-component
@emyarod thank you for the suggestion. I had a different problem with my OS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fix, looks good to me
…-PasswordInput-component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing! Working as expected 👍 ✅
…-PasswordInput-component
Closes #5893
Add forward ref to PasswordInput component.
Changelog
Changed
Testing / Reviewing
To test you can add ref on the Password component in the story. One way is to test focus on inputs.