The input-many should replace the field in the field-list

<field-list ...>
  <nfl-teams-view:><input-many minimum... /></nfl-teams-view:>
</field-list>

Though, considering that you're basically using the default form you could 
switch to just extending the form to make your changes (I post this mostly 
to show how to make for dry use of existing forms/cards/etc)

<extend tag="form" for="NflGame">
  <old-form merge>
    <field-list:>
      ... above customization of field list
    </field-list:>
  </old-form>
</extend>

Given how little code was in yours, not a huge deal to redo it, but for 
other tags it can be a huge savings.  Also, nice thing with this flow is it 
should respond automatically to changes to the model other than the one 
piece of custom code.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/ycrKU-ov9U0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to