Lundalogik / lime-elements

Provides reusable web components for Lime CRM
https://lundalogik.github.io/lime-elements/versions/latest
Other
38 stars 12 forks source link

Add `password` input field #1865

Open Kiarokh opened 2 years ago

Kiarokh commented 2 years ago

New feature motivation

There is a standard type of password for input fields, see here. However we are missing this feature.

New feature description

Password fields usually visually hide the password as it is being typed, and replace each character with a · or * instead.

New feature implementation

It may very well be that we can just add a new type, but it may also be that we want more functionality, that warrants a separate component (but that would most likely use limel-input-field). Extra functionalities could be the ability to switch between visible and "redacted" input.

DominikGajdos commented 1 year ago

Hi. This issue looks very interesting, could I help with it?

Kiarokh commented 1 year ago

Hi @DominikGajdos of course! 😊

DominikGajdos commented 1 year ago

Thank you. I'm going to work on it right away 😃