p:selectOneRadio alignment in primeface13 #3515
Replies: 1 comment
-
Found the answer here: https://primefaces.github.io/primefaces/13_0_0/#/components/selectoneradio, used layout to align the radio button,. Hence closing the discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I recently upgraded primeface 12.0.8 to primeface 13.0.14 and observed that for p:selectOneRadio got changed. In inspect I observed change, earlier data was inside table now its inside div tag instead of table tags. I want to retain the primeface 12 behaviour as the radio buttons was aligned in horizontal way. Can u help with this. Below is the pseudo code I used:
<p:selectOneRadio id="id"
value="#{val}"
style="margin-left:-12px;margin-bottom: 3px;">
<f:selectItems value="#{Map}"
style="margin-left:30px;margin-bottom: 3px;" />
</p:selectOneRadio>
Beta Was this translation helpful? Give feedback.
All reactions