Fix input focus on time select

This commit is contained in:
Jose Selesan
2026-06-08 16:41:24 -03:00
parent 4c7b825129
commit ef2ded9d64

View File

@@ -1174,9 +1174,7 @@ function SelectedSlotCard(props: BookingShellProps & { compact?: boolean }) {
useEffect(() => {
if (!selectedSlot) return;
window.requestAnimationFrame(() => {
customerNameInputRef.current?.focus();
});
customerNameInputRef.current?.focus();
}, [selectedSlot]);
return (