Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

Fix all fields being marked invalid if another field in the same mapping/sequence is #58

Closed silviot closed 11 years ago

silviot commented 11 years ago

Control grous can contain multiple inputs in the case of mappings and sequences. We only want to mark red those input (and radio, select etc) tags that are "directly" included in a .error element. See https://github.com/Pylons/deform/issues/167