You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SingleDatePickerInput does not accept react component in the datePicker prop
Detailed description
Describe in detail the issue you're having.
I am trying to use the DateRangePickerInput together with the DateRangePicker from the react-dates library. Unfortunately, I noticed that DateRangePickerInput accepts only function or an object as the datePicker prop. My suggestion is to extend it to also accept React.ReactNode.
Is this a feature request (new component, new icon), a bug, or a general issue?
Feature request
Is this issue related to a specific component?
Yeah, DateRangePickerInput, which partially takes its interface from the SingleDatePickerInput
What version of the WFP UI (Carbon Design System) are you using?
1.21.1
The text was updated successfully, but these errors were encountered:
SingleDatePickerInput does not accept react component in the datePicker prop
Detailed description
I am trying to use the DateRangePickerInput together with the DateRangePicker from the react-dates library. Unfortunately, I noticed that DateRangePickerInput accepts only function or an object as the datePicker prop. My suggestion is to extend it to also accept
React.ReactNode
.Feature request
Yeah, DateRangePickerInput, which partially takes its interface from the SingleDatePickerInput
1.21.1
The text was updated successfully, but these errors were encountered: