Skip to content

Commit

Permalink
πŸ› DateRangePicker: Add missing ...props spread (#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes authored Aug 13, 2024
1 parent 9365916 commit 793d090
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export const DateRangePicker = forwardRef(
return (
<DatePickerProvider timezone={timezone} formatOptions={formatOptions}>
<FieldWrapper
{...props}
isOpen={isOpen}
color={state.isInvalid ? 'warning' : props.variant}
helperProps={helperProps ?? props.helperProps}
Expand Down

0 comments on commit 793d090

Please sign in to comment.