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
I tried to render radio group inline with Bootstrap3 and the only way it worked was to change radio_element_wrapper => 0 in HTML::FormHandler::Widget::Wrapper::Bootstrap3 and also in HTML::FormHandler::Widget::Field::RadioGroup line 92 should be @label_class = $class; since only class="radio-inline" is necessary in latest Bootstrap3.
Is there a better way for this?
The text was updated successfully, but these errors were encountered:
Hi,
I tried to render radio group inline with Bootstrap3 and the only way it worked was to change
radio_element_wrapper => 0
in HTML::FormHandler::Widget::Wrapper::Bootstrap3 and also in HTML::FormHandler::Widget::Field::RadioGroup line 92 should be@label_class = $class;
since onlyclass="radio-inline"
is necessary in latest Bootstrap3.Is there a better way for this?
The text was updated successfully, but these errors were encountered: