Skip to content

Commit

Permalink
Updated TimeInput maxTime and minTime props in DateTimePicker Component.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeevdodda committed Sep 27, 2023
1 parent 11cab76 commit 7e59c79
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ export const DateTimePicker = factory<DateTimePickerFactory>((_props, ref) => {
onKeyDown={handleTimeInputKeyDown}
size={size}
data-mantine-stop-propagation={__stopPropagation || undefined}
minTime={formatTime(calendarProps.minDate)}
maxTime={formatTime(calendarProps.maxDate)}
/>

<ActionIcon<'button'>
Expand Down

0 comments on commit 7e59c79

Please sign in to comment.