PrimeFaces p:selectOneMenu
items has a property called noSelectionOption
which is basicly selected when no option is selected.
I would like my p:selectOneMenu
to look a bit different when a value is selected or not, but nothing in HTML change on the DOMElement of the p:selectOneMenu
when the noSelectionOption
option is selected or not.
Any idea ?