Fix bug toggle button selected tag in for loop
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</label>
|
||||
{% for tag in tags %}
|
||||
<label for={{tag.tagName}} class="toggleButton btn btn-default btn-lg">{{tag.tagName}}
|
||||
<input type="radio" name="type" value={{tag.id}} id={{tag.tagName}}/>
|
||||
<input type="radio" name="type" value={{tag.id}} id={{tag.tagName}}>
|
||||
</label>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user