avo-hq/avo
Add a `reveal` field which can hide some text from the user until they hit the reveal button
开放
#2,168 创建于 2023年12月18日
FeatureGood first issueHelp wanted
仓库指标
- 星标
- (1,778 个星标)
- PR 合并指标
- (平均合并 1天 6小时) (30 天内合并 67 个 PR)
描述
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.