team-formalist / formalist-rb

Flexible form builder
MIT License
22 stars 4 forks source link

Fix the rendering of validation messages when validating a many element itself (as opposed to its children) #81

Closed dylanwolff closed 5 years ago

dylanwolff commented 5 years ago

Fixes an issue where attempting to validate a many element itself rather than its children (for example, the number of children) would cause an exception when attempting to render error messages.