diff --git a/components/forms/poll-options-form/month-calendar/time-picker.tsx b/components/forms/poll-options-form/month-calendar/time-picker.tsx index ebe6d1bbe..274d528a5 100644 --- a/components/forms/poll-options-form/month-calendar/time-picker.tsx +++ b/components/forms/poll-options-form/month-calendar/time-picker.tsx @@ -54,6 +54,9 @@ const TimePicker: React.VoidFunctionComponent = ({ key={i} className={styleMenuItem} value={optionValue.toISOString()} + onMouseDown={(e: React.MouseEvent) => + e.stopPropagation() + } > {format(optionValue, "p")} ,