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
HTML components use class attribute for setting the CSS class for components. JSF components use styleClass to do the same. b:navbar "class" attribute says its supports CSS classes, but it doesn't appear to work. This should use styleClass anyway.
The text was updated successfully, but these errors were encountered:
It's true that b:navBar supports neither style nor styleClass. We should fix this.
However, neither the BootsFaces documentation nor the BootsFaces tag library claim to support one of these attributes, so it shouldn't appear in the autocompletion list of your IDE. Maybe - just maybe - you or your IDE are confused by the class attribute every Java class has? Just a far shot.
HTML components use class attribute for setting the CSS class for components. JSF components use styleClass to do the same. b:navbar "class" attribute says its supports CSS classes, but it doesn't appear to work. This should use styleClass anyway.
The text was updated successfully, but these errors were encountered: