racke / Template-Flute

Template::Flute - Modern designer-friendly HTML templating Engine
Other
11 stars 12 forks source link

Cannot generate dropdown from within a list. #100

Open evanernest opened 9 years ago

evanernest commented 9 years ago

In a spec file, the '<value name="name" iterator="iterator"/>' element does not generate a dropdown in a '<select class="name">' element in a template file if already iterating through a list. The <select> remains empty.

Example: http://pastebin.com/4fY8x64y

In the above, each person should get a dropdown to select their favorite drink.