Skip to main content
Nintex Community Menu Bar
Question

JS to change color on template merge field text

  • July 10, 2024
  • 1 reply
  • 6 views

Forum|alt.badge.img+8

Hi according to this post response from Skuid,

https://community.skuid.com/t/is-there-a-way-to-change-color-on-template-merge-field-text

There might be a way to use the custom renderer to set the field.options.searchTemplate = ‘{{Name}} {{#Active_Off_Limits_Count__c}} — OFF LIMITS — {{/Active_Off_Limits_Count__c}}’;
skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode;

But the style does not take effect.

I only want to add the style in the fuzzy lookup results drop down.

Do you have an example? Thanks!

1 reply

Forum|alt.badge.img+10

Jili,

Can you please post an image of what the results of your search template look like and a mock up image of what it would ideally look like?