Fix #20
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
<form id="taskForm">
|
<form id="taskForm">
|
||||||
<div class="input-field">
|
<div class="input-field">
|
||||||
<label for="subject">Uppgift:</label>
|
<label for="subject">Uppgift:</label>
|
||||||
<input type="text" id="subject" required>
|
<input type="text" id="subject" required autocomplete="off">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input-field">
|
<div class="input-field">
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
<div class="input-field">
|
<div class="input-field">
|
||||||
<label for="tags">Taggar (separera med komma):</label>
|
<label for="tags">Taggar (separera med komma):</label>
|
||||||
<input type="text" id="tags" class="autocomplete">
|
<input type="text" id="tags" class="autocomplete" autocomplete="off">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="btn waves-effect waves-light" type="submit">Spara</button>
|
<button class="btn waves-effect waves-light" type="submit">Spara</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user