Change Text Color of an item from Drop Down Menu
Hello there,
I hope you are doing well,
I am trying to change the color text of one item in a drop-down menu list to grey, (after selecting)
I used this code, but it did not work
event.target.textColor = (this.getField("best_time_to_call").valueAsString=="Please select") ? color.grey: color.transparent;

Thank you
