Simple and clean…
I can set the listWidth (for the dropdown elements), but I cannot set the component width, also using inline style…
<rich:select
enableManualInput="true"
clientFilterFunction="customFilter"
value="#{listaPrestazioni.filterLiv1}"
style="width: 80px;">
<f:selectItems value="#{listaPrestazioni.liv1List}"/>
<a4j:ajax event="change" render="tab_dettaglio" execute="@this" />
</rich:select>
I want my select to be at maximum 80px width..
Try this