trailblazer / reform

Form objects decoupled from models.
https://trailblazer.to/2.1/docs/reform.html
MIT License
2.5k stars 184 forks source link

add a test for errors generated by dry-v `each` macros #448

Closed Tab10id closed 6 years ago

Tab10id commented 6 years ago

Test failed on 2.3 but it work with 2.2

fran-worley commented 6 years ago

@Tab10id you'll be pleased to know that I've just bumped into this too so it's likely to get resolved fairly quickly!!

fran-worley commented 6 years ago

Fix added here - https://github.com/trailblazer/reform/commit/a7c1bee4d8679fc070c87ff80b47d9a662b08724

Note that this may need to be revisited for simple_form/ rails form builder support as I'm not sure the format is correct.