We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3449332 commit 1d867c5Copy full SHA for 1d867c5
1 file changed
src/web/src/CarPaymentPage.tsx
@@ -263,7 +263,7 @@ export default function CarPaymentPage() {
263
type="number"
264
inputMode="decimal"
265
min={0.01}
266
- step={1}
+ step={0.01}
267
onKeyDown={preventInvalidNumericInput}
268
className="rounded-xl border border-slate-700 bg-slate-950/60 px-4 py-2 text-base text-white focus:border-brand-400 focus:outline-none focus:ring-2 focus:ring-brand-500/40"
269
value={form.vehiclePrice}
0 commit comments