avo-hq/avo

Add a `reveal` field which can hide some text from the user until they hit the reveal button

Open

#2168 aperta il 18 dic 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Ruby (308 fork)user submission
FeatureGood first issueHelp wanted

Metriche repository

Star
 (1778 star)
Metriche merge PR
 (Merge medio 1g 6h) (67 PR mergiate in 30 g)

Descrizione

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.

Guida contributor