Fix events firing on wrong element for button component

This commit is contained in:
Keegan
2016-03-11 03:57:30 +11:00
parent 3b7c4cda7c
commit 79eef99731
4 changed files with 16 additions and 3 deletions
@@ -8,7 +8,6 @@
type="checkbox"
value="{{this.value}}"
name="clay-{{clayId}}"
data-manipulator-target
{{each key: attributes}}{{key}}="{{this}}"{{/each}}
/>
<i></i>
-1
View File
@@ -8,7 +8,6 @@
type="radio"
value="{{this.value}}"
name="clay-{{clayId}}"
data-manipulator-target
{{each key: attributes}}{{key}}="{{this}}"{{/each}}
/>
<i></i>