summaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/html/recipe-ingredient.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/html/recipe-ingredient.html b/view/html/recipe-ingredient.html
index 931ffcf..5672eed 100644
--- a/view/html/recipe-ingredient.html
+++ b/view/html/recipe-ingredient.html
@@ -1,5 +1,5 @@
{{define "recipe-ingredient"}} <p>
- <input class="amount" type="text" placeholder="Amount" value="{{.Amount}}">
+ <input class="amount" type="number" step="0.001" placeholder="Amount" value="{{.Amount}}">
<input class="unit" type="text" placeholder="Unit" value="{{.Unit}}">
<input class="type" type="text" placeholder="Type" value="{{.Type}}" required>
<button type="button" onclick="parentNode.remove();">remove ingredient</button>