+
@@ -70,6 +71,7 @@
bind:value={carb}
min="0"
step="0.1"
+ inputmode="decimal"
required
class="w-full bg-zinc-900 border border-zinc-700 rounded-xl px-4 py-3 text-zinc-100 focus:outline-none focus:border-green-500 transition-colors"
/>
@@ -82,6 +84,7 @@
bind:value={fat}
min="0"
step="0.1"
+ inputmode="decimal"
required
class="w-full bg-zinc-900 border border-zinc-700 rounded-xl px-4 py-3 text-zinc-100 focus:outline-none focus:border-green-500 transition-colors"
/>
@@ -94,6 +97,7 @@
bind:value={fiber}
min="0"
step="0.1"
+ inputmode="decimal"
required
class="w-full bg-zinc-900 border border-zinc-700 rounded-xl px-4 py-3 text-zinc-100 focus:outline-none focus:border-green-500 transition-colors"
/>