Skip to content

Commit

Permalink
Merge pull request #1 from jjohnson338/main
Browse files Browse the repository at this point in the history
Update amount input to number type
cmeury authored Nov 12, 2021
2 parents 70da5dc + 14c05e7 commit 08f7e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/transaction.html
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ <h1 class="title">Enter New Transaction</h1>
<div class="field-body">
<div class="field is-narrow">
<p class="control has-icons-left">
{{ form.amount(size=20, class="input", placeholder="0.00") }}
{{ form.amount(size=20, class="input", type="number", placeholder="0.00") }}
<span class="icon is-small is-left">
<i class="fas fa-solid fa-coins"></i>
</span>

0 comments on commit 08f7e21

Please sign in to comment.