tags: make tag-selection checkboxes for now, peopel aren't
understanding combobox
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user