trailblazer / reform

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

Return errors messages without hints #483

Open emaglio opened 5 years ago

emaglio commented 5 years ago

Calling DrySchema.messages will return errors messages + hints - the solution here is to call DrySchema.errors

This should fix: https://github.com/trailblazer/reform/issues/444