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


_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to