If the "group" attribute is specified, render as follows. If the "styleClass" attribute is specified, render the value of the "styleClass" attribute as the value of the "class" attribute on the "input" element.
As of version 4.0.7, the styleClass isn't rendered. There is the same problem for the style attribute.
There is the same issue with the "style" attribute.
To Reproduce :
Create a page with 2 simple selectOneRadio as bellow :
As stated in the [vdldoc ] :
As of version 4.0.7, the styleClass isn't rendered. There is the same problem for the style attribute. There is the same issue with the "style" attribute.
To Reproduce : Create a page with 2 simple selectOneRadio as bellow :
The input elements rendered are without the class attribute (which should be the value of styleClass).
Expected behavior :