I want to limit number of showing character in dropdown menu in inputComboboxListOfValues component. af:inputText have a truncateAt attribute. Is any way to do the same with inputComboboxListOfValues?
My code:
<af:inputComboboxListOfValues id="xxxxx" autoSubmit="true" popupTitle=""
value="#{xxxxx.yyyyy}" label=""
model="#{bindings.xxxxxx.zzzzzzzzzzz}" placeholder="#{msg['zzzzzzz.xxxxxxxx']}"
required="false" shortDesc="#{bindings.zzzzzzzzz.yyyyyyyy}" launchPopupListener="#{pageFlowScope.xxxxxMB.yyyyyyyy}">
<af:autoSuggestBehavior suggestedItems="#{xxxxx.yyyyyy}"/>
</af:inputComboboxListOfValues>