Add password
input field
#1865
Labels
feature
New feature or request
good first issue
Good for newcomers
usability
Things that make it harder or easier for users to understand or use elements
New feature motivation
There is a standard
type
ofpassword
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.
The text was updated successfully, but these errors were encountered: