-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
refactor(PasswordInput): use stateless pw input #2655
refactor(PasswordInput): use stateless pw input #2655
Conversation
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.
LGTM 👍 - Thanks @emyarod!
Deploy preview for the-carbon-components ready! Built with commit 4113c95 https://deploy-preview-2655--the-carbon-components.netlify.com |
Deploy preview for carbon-components-react ready! Built with commit 4113c95 https://deploy-preview-2655--carbon-components-react.netlify.com |
a6fab25
to
b49e455
Compare
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.
Is there a better name than PresentationalPasswordInput
? It's just so long, did we decide on this convention already in other parts of the codebase?
@joshblack this was hand in hand with #2427 and the name change was determined last night. I will need to update this to follow the latest conventions set in that PR |
Sounds good @emyarod 👍 Just commented in the other thread. |
Not sure if I missed something, but when I click the show password icon in the |
bump @emyarod, is this going to be part of v10.4 now that the controlled stuff has been settled? |
that's still the goal but it may end up in 10.5 with #3018 |
We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. You can keep the conversation going with just a short comment. Thanks for your contributions. |
We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. You can keep the conversation going with just a short comment. Thanks for your contributions. |
As there's been no activity since this issue was marked as stale, we are auto-closing it. |
Closing as stale 👍 |
This PR refactors
<TextInput.PasswordInput>
to consume the stateless<TextInput.ControlledPasswordInput>
refs #2489 #2427
Changelog
Changed
<TextInput.PasswordInput>
now uses stateless<TextInput.ControlledPasswordInput>