trailblazer / formular

Form builder for Ruby. Fast, Furious, and Framework-Agnostic.
MIT License
81 stars 17 forks source link

select helper doesn't preserve values #28

Closed cdennl closed 8 years ago

cdennl commented 8 years ago

The select helper doesn't preserve the selected value after rerendering a form with errors.

fran-worley commented 8 years ago

This should be fixed on master via https://github.com/trailblazer/formular/commit/ac36931c2c850dc87cdcddb1d4408643fa9d6e10

cdennl commented 8 years ago

I tested it and it seems fine now. Thanks :+1: