Improve secret input masking #266
Labels
enhancement
New feature or request
fosshack
Issues for FOSS Hack 2024
frontend
Change in frontend code
Is your feature request related to a problem?
Currently, input masking is handled by the browser by leveraging the html input
type="password"
attribute. Which this handles masking well, it introduces a few problemsSuggested approach
Use a password font such as this one to mask inputs.
Describe alternatives you've considered
Manually replacing masked characters with
*
or•
symbols. While this masks characters, it creates several other issues such as managing the value vs displayValue of inputs, removing the ability to manually copy values, etcAdditional context
Alternative approaches are welcome
The text was updated successfully, but these errors were encountered: