Hi
The Radio Button Group stops being a radio button group when Horizontal mode is selected. It seems it becomes a button group????
Please assist. How can this be fixed
Hi
The Radio Button Group stops being a radio button group when Horizontal mode is selected. It seems it becomes a button group????
Please assist. How can this be fixed
Hello Deon,
No, it is still radio button group, it just has another view.
Hi Sergiy
Yes but it is not what a radio button looks like. This wont work. Need the look and feel to be the same as vertical. How can this be accomplished?
Thanks
Please use custom CSS for that, e.g.:
pre[dsid="mobileradiogroup_30"] .ui-radio{
width:100px;
float:left;
}/pre
here mobileradiogroup_30 - name of you radio group component
Thank you, but it does not work
It works fine on the blank project:
If you use any custom logic - we are very sorry, but this is something outside the scope (https://docs.appery.io/docs/general-s...) of our standard support.
Hi Sergiy
Ok, I did not realize that the component's Orientation had to Vertical. It would be logical to assume that orientation must be horizontal.
Thank you for the assistance.