Skip to main content
Nintex Community Menu Bar
Question

Is it possible to display dependent picklist values onmouseover/onclick of controlling picklist valu

  • July 9, 2024
  • 1 reply
  • 5 views

Forum|alt.badge.img

I have two picklist fields in vf page. One is controlling field and another one is dependent picklist. Now user don’t want to see dependent picklist on page. When user clicks/focus controlling field value, it should display respective dependent picklist values right side. Is it possible using Skuid?

This topic has been closed for replies.

1 reply

annajosephine
Nintex Employee
Forum|alt.badge.img+18

Hi Suganya, in Skuid you can accomplish this declaratively in the Field Editor Component, using conditional rendering to hide your dependent pick-list unless the controlling pick-list displays the correct value.

You can also accomplish this in the Table Component using Javascript.