tags: make tag-selection checkboxes for now, peopel aren't

understanding combobox
This commit is contained in:
Tyler Renelle 2013-05-14 16:07:37 +01:00
parent 4d5b87351f
commit 2c7492709c

View file

@ -53,9 +53,9 @@
<filter-fieldgroup:>
<fieldset class='option-group'>
<legend class="option-title">Tags</legend>
<select multiple="multiple">
{{#each _user.tags as :tag}}
<option selected="{:task.tags[:tag.id]}">{:tag.name}</option>
{{/}}
</select>
{{#each _user.tags as :tag}}
<label class="checkbox">
<input type="checkbox" checked="{:task.tags[:tag.id]}"> {:tag.name}
</label>
{{/}}
</fieldset>