how to add css for Disable Rich Select

Hello,

I need to dynamically make the Rich Select Disabled and I am able to do it, using the below Line.
.$$(‘emeaPriceList’).define(‘disabled’, true);

Now I have my requirement here is as soon as I make the Rich Select disable, I need to show the selected value in Bold and in Black color.

here is the snippet.

http://webix.com/snippet/e07a508e, and also in the given snippet the CSS giving black color is not working in IE 9 browser.

As far as I can see, there is no way to style the disabled input in older versions of IE ( this is default browser limitation, it affects any HTML input, and is not related to Webix code )

You can try to disable not the control, but the parent layout instead

http://webix.com/snippet/81f9ea69

In such case font color will not be affected. Such solution will have it own drawbacks, though

Thanks for the update, but I do not want to make the label as Red, but I want to make the color of Selected Data (Banana) in Bold and in Black color in disabled rich select

Hello Maksim,

Can you please share the details for the above question.

Check http://webix.com/snippet/c31a88c0