Files
clay/src/templates/components/select.tpl
T

10 lines
283 B
Smarty
Executable File

<label class="item item-select">
<span class="label">{{{label}}}</span>
<span class="value"></span>
<select data-manipulator-target>
{{each options}}
<option value="{{this.value}}" class="item-select-option">{{this.label}}</option>
{{/each}}
</select>
</label>