Skip to content

Commit

Permalink
fix: date picker mobile custom input
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertanyj committed Nov 22, 2023
1 parent 55bb738 commit 7ad3767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/DatePicker/components/DatePickerWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const DatePickerWrapper = ({ children }: PropsWithChildren) => {
if (isMobile) {
return (
<Flex>
<DatePickerInput />
{inputToRender}
{children}
</Flex>
)
Expand Down

0 comments on commit 7ad3767

Please sign in to comment.