mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-03 23:57:43 -04:00
remove the incomplete radiogroup
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
<div class="">
|
||||
<span class="label">{{{label}}}</span>
|
||||
<div data-manipulator-target>
|
||||
{{each options}}
|
||||
<label class="item">
|
||||
<span class="label">{{{this.label}}}</span>
|
||||
<input
|
||||
type="radio"
|
||||
class="item-radio"
|
||||
name="{{this.index}}"
|
||||
value="{{this.value}}"
|
||||
/>
|
||||
</label>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user