[html-formfu] constraint in repeatable
Josef Chladek
josef.chladek at gmail.com
Fri Dec 18 14:51:14 GMT 2009
hi,
the constraint in the repeatable block won't be triggerd, for the "normal" select below, it works. any hints how to modify the config so the repeatable part works too?
thanks
josef
elements:
- type: Hidden
name: count
- type: Repeatable
nested_name: user_depots
counter_name: count
elements:
- type: Hidden
name: id
- type: Select
name: company
label: Company
empty_first: 1
empty_first_label: 'choose'
model_config:
model: Comp
resultset: Companies
id_column: id
label_column: long_name
constraints:
- Required
- type: Select
label: 'Test'
name: comp
empty_first: 1
empty_first_label: 'choose'
model_config:
model: Comp
resultset: Companies
id_column: id
label_column: long_name
constraints:
- Required
More information about the HTML-FormFu
mailing list