How can I make the <h:selectOneMenu> dropdown list unselectable?
It is not like using disabled. I just want to make the dropdown list options unselectable and to appear with a different (inactive) style class.
How can I achieve this? By a JSF component attribute or CSS or JavaScript?