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
Eventually, I found one approach that worked where two hashes are included in the call to subregion_select (one empty, the other specifying the bootstrap class for the dropdown styling).
We couldn't pass class names in subregion_select helper;
tried below samples:
subregion_select(:shipping_address, :state_id, parent_region, :html_options => {:class => 'form-control'})
AND
subregion_select(:billing_address, :state_id, parent_region, class: 'form-control')
The text was updated successfully, but these errors were encountered: