make a number input targeted towards numbers

This commit is contained in:
2024-02-03 19:21:07 -07:00
parent b251d7e4fd
commit 719e3a467d
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<fa icon="chevron-left" />
</div>
<input
type="text"
type="number"
class="w-full border border-r-0 border-slate-400 px-2 py-2 text-center"
v-model="amountInput"
/>

View File

@@ -23,7 +23,7 @@
<fa icon="chevron-left" />
</div>
<input
type="text"
type="number"
class="w-full border border-r-0 border-slate-400 px-2 py-2 text-center"
v-model="amountInput"
/>