You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case i can use the JSF HTML selectOneMenu and add the class from bootsfaces to give it the correct style, but thought it worth reporting the issue.
I've noticed that the bootsfaces selectOneMenu doesn't behave the same as the standard jsf html with respect to
itemDisabled
In the following code:
The
Ordinal
item is still selectable, but if i switch to:The
Ordinal
item is not selectable.The difference seems to be in the HTML where the bootsfaces selectOneMenu outputs:
The JSF HTML looks like:
In my case i can use the JSF HTML selectOneMenu and add the class from bootsfaces to give it the correct style, but thought it worth reporting the issue.
It looks like the
renderOption
in SelectOneMenuRenderer.java doesn't handle the disabled attributeThe text was updated successfully, but these errors were encountered: