ml-archive / forms

Tools for working with Forms in Vapor
MIT License
7 stars 0 forks source link

Enable sequence of FieldsetEntries to make fieldset #20

Closed siemensikkema closed 6 years ago

siemensikkema commented 6 years ago

It is now possible to validate an Array (soon Sequence) of ValidationModeValidateables. Similar to that it should be possible to make a fieldset from a Sequence of FieldsetEntries.