Instantly display dependent variable in MRVS via Catalog Client Script

marLois
Tera Contributor

I have a catalog client script on an MRVS that shows or hides Variable B depending on whether Variable A has a value.

In the Service Portal, when a user starts typing in Variable A, Variable B doesn’t appear immediately—the user has to click outside the input box before the change is reflected.

Is there a way to make Variable B display instantly while the user is typing? Perhaps by using a real-time listener?

Thanks in advance for the help.

1 REPLY 1

palanikumar
Giga Sage
Giga Sage

Hi,

On change catalog client script work that way. It will be triggered only after the variable is updated and focus is changed. You may need to create custom variable if you want to reach for each key press

Thank you,

Palani 

Thank you,
Palani