agocorona / MFlow

(Haskell) Web application server with stateful, type safe user interactions and widget combinators
http://mflowdemo.herokuapp.com
Other
100 stars 12 forks source link

Correct order for updateParams #54

Closed BartAdv closed 10 years ago

BartAdv commented 10 years ago

The fix introduced by cf610f5 broke the validation/submission - after submitting invalid value, it was not possible to update it, as the old value was taking a precedence.