mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
proper textarea
This commit is contained in:
parent
4faad8c474
commit
c2a093c0f9
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@
|
|||
<editPopover:>
|
||||
<div style="display:none;" id={{:task.id}}-edit>
|
||||
<label>Text<input type=text value={:task.text} /></label>
|
||||
<label>Notes<input type=textarea rows=5 value={:task.notes} /></label>
|
||||
<label>Notes<textarea rows=3>{:task.notes}</textarea></label>
|
||||
{#if equal(:task.type, 'habit')}
|
||||
<label><input type=checkbox checked={:task.up}><i></i>Up</label>
|
||||
<label><input type=checkbox checked={:task.down}><i></i>Down</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue