mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-31 06:16:51 -04:00
10 lines
283 B
Smarty
Executable File
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>
|