powmedia / backbone-forms

Form framework for BackboneJS with nested forms, editable lists and validation
MIT License
2.17k stars 413 forks source link

Support for "maxCardinality" in the list editor. #444

Closed trueg closed 8 years ago

trueg commented 9 years ago

This allows add "maxCardinality" to the schema which will hide or show the "add" button based on the number of values in the list.

It is a very simple but effective addition - maybe you will find it worth pulling. :)

glenpike commented 8 years ago

Closed in favour of #513, but thanks @trueg