mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-14 11:36:13 +01:00
Input mode on type=number
This commit is contained in:
@@ -137,6 +137,7 @@ export function ExpenseForm({ group, expense, onSubmit, onDelete }: Props) {
|
||||
<Input
|
||||
className="text-base max-w-[120px]"
|
||||
type="number"
|
||||
inputMode="decimal"
|
||||
min={0.01}
|
||||
step={0.01}
|
||||
placeholder="0.00"
|
||||
|
||||
Reference in New Issue
Block a user