Password Component Needed
Carbon Svelte's password component is missing from Angular. Can that be added? The first thing I'm working on is a Login page, seems essential.
There is no such "Login" or "Password" component in Carbon Design System that can be directly implemented Angular. However, there is a Login pattern which is described in detail. You can implement this pattern to fit your particular needs using more or less standard components available in carbon-components-angular. Then you can propose your solution (transformed into some kind of generic way) to be included in Community Assets.
I think this issue should re-reviewed as React Carbon, Svelte carbon and Vue carbon provide this kind of component. Only carbon-components-angular falls a bit behind.
Yes this is being added in CCA@v5. We may backport if needed to v4.
@maicongodinho can I assign you to this?
For reference: https://react.carbondesignsystem.com/?path=/story/components-textinput--toggle-password-visibility
React code: https://github.com/carbon-design-system/carbon/blob/main/packages/react/src/components/TextInput/PasswordInput.tsx
Unfortunately, I cannot seems to officially assign@maicongodinho to the issue for some reason, but he will be working on it!
Yes, I will start work on this issue.
Hi, any update on this issue? I would like to have a part if needed, because I also need this. :) Thanks
Hello everyone,
I appreciate your patience. Apologies for the delay; I was on vacation and transitioning between teams in my current job. The first version is now ready for your review and discussion in the pull request: PR #2772.
Thank you for your understanding.