mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
tags: make tag-selection checkboxes for now, peopel aren't
understanding combobox
This commit is contained in:
parent
4d5b87351f
commit
2c7492709c
1 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue