🐛 fix: Add step attribute to datetime-local inputs for precise time selection in forms

This commit is contained in:
web
2025-09-29 02:43:39 -07:00
parent 5816dd5198
commit 32fd181b52
4 changed files with 19 additions and 2 deletions
@@ -269,6 +269,7 @@ export default function QuotaBroadcastForm() {
<FormControl>
<EnhancedInput
type='datetime-local'
step='1'
value={field.value}
onValueChange={field.onChange}
/>
@@ -286,6 +287,7 @@ export default function QuotaBroadcastForm() {
<FormControl>
<EnhancedInput
type='datetime-local'
step='1'
value={field.value}
onValueChange={field.onChange}
/>