UI Macro not rendering on Encrypted Text field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 11:34 PM
I created a UI Macro to toggle the visibility of a sensitive field using an eye icon (similar to a password reveal feature). It works perfectly on fields of type String and Reference, using the ref_contributions attribute in the dictionary.
However, when I try to use the same macro on a field of type Encrypted Text (encrypted_string), the macro doesn't render at all. There’s no error in the console, but the macro simply doesn’t appear in the DOM. It’s like it gets silently ignored.
Has anyone successfully used a UI Macro on an Encrypted Text field?
Is this a known limitation of encrypted fields?
If so, is there any supported way to extend their UI while preserving security?
Thanks in advance for your help!