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')
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')