Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rdsuperlike
Creator
Creator

input box--color

I want a particular value in the list values to be of any specific color in the dropdown of input box.

Please find attached the word doc with screenshots.

I want the value 6.5 as red or blue color. All the other values in drop down that are predefined should be as it is.

Is there a way I can change the color of that one value?

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

I think it is not possible to specify the background color for a value in the list.  You can specify the background color for input box conditionally.


Regards,

Jagan.

View solution in original post

2 Replies
Anonymous
Not applicable

I just tried to use calculated color for the input box background - it works.  My test was:

if(vTest=1, green())

jagan
Luminary Alumni
Luminary Alumni

Hi,

I think it is not possible to specify the background color for a value in the list.  You can specify the background color for input box conditionally.


Regards,

Jagan.