Skip to content

Commit

Permalink
Update hobo_rapid/taglibs/inputs/hot_input.dryml
Browse files Browse the repository at this point in the history
Close a few tags that had been left open
  • Loading branch information
iox committed Jan 21, 2013
1 parent 0cd91fc commit a84c44e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hobo_rapid/taglibs/inputs/hot_input.dryml
Expand Up @@ -6,11 +6,11 @@ An example of when this is useful is when a form is rendered differently dependi
<field-list: replace>
<do part="shipping">
<field-list fields="address,city,region,country,postal_code">
<country-view:><hot-input ajax /><country-view:>
<region-label:><%= this_parent.country._?.region_label %><region-label:>
<field-list>
<country-view:><hot-input ajax /></country-view:>
<region-label:><%= this_parent.country._?.region_label %></region-label:>
</field-list>
</do>
<field-list:>
</field-list:>

The actual input is exposed as the default parameter, so it can be customized:

Expand Down

0 comments on commit a84c44e

Please sign in to comment.