You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ZeroStyleRichText` fits well for tasks like email templates preview fields.
584
584
585
585
586
+
### Sensitive data blur
587
+
588
+
For fields containing sensitive data (like passwords, API keys, tokens, or other confidential values), you can create a renderer that blurs the value by default and reveals it on click.
589
+
590
+
Create a file `SensitiveBlurCell.vue` in your `custom` directory:
This component works with any field type — it wraps the standard `ValueRenderer` (the same renderer AdminForth would use by default) and adds a click-to-reveal blur effect. The value is blurred until the user clicks on it, and clicking again hides it.
0 commit comments