Alex-Ikanow / aleph2_bucket_builder

A user interface providing the ability to build up complex JSON objects (such as Aleph2 buckets) with simple nested combinations of self-generating forms
0 stars 4 forks source link

Integrate formly and user validation #6

Closed Alex-Ikanow closed 8 years ago

Alex-Ikanow commented 8 years ago

Eg if a user exits out of an element with a missing required object, should add an element to the global error service

Alex-Ikanow commented 8 years ago
    //TODO (#6): for each card, also store the Formly validation errors for each card and then just always add those...
    // (then I think in the form itself, filter them out but display the "real-time" validation errors)