carmen-ruby / carmen-rails

NOT ACTIVELY MAINTAINED Rails adapter for Carmen (provides country_select and subregion_select)
MIT License
215 stars 159 forks source link

correctly honors use of selected option in subregion_select method #27

Closed jgrevich closed 11 years ago

jgrevich commented 11 years ago

The 'selected' option was not being honored when using the subregion select method.

<%= subregion_select f.object_name, :state, 'US', { selected: f.object.state ,  :prompt => 'State or Territory' } %>
ghost commented 11 years ago

:+1: