avo-hq/avo
Add a `reveal` field which can hide some text from the user until they hit the reveal button
Offen
#2.168 geöffnet am 18.12.2023
FeatureGood first issueHelp wanted
Repository-Metriken
- Stars
- (1.778 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 6h) (67 gemergte PRs in 30 T)
Beschreibung
This field would be rendered only on display fields (index and show).
My approach
It would show the value as a password and then have a button that would change the input type to text so the value becomes visible.
We need to ensure that the value is not clearly visible if the use inspects the DOM.