If I want to add passThroughAttributes to some of the options
of a select
-element I can use f: passThroughAttribute as child-component of f:selectItem.
But normally I'm using a List
of SelectItems to generate the options. In contrast to UiComponent
SelectItem
does not have a method getPassThroughAttributes.
Anybody knows a reason why?