diff --git a/lib/src/Picker/WrappedKeyboardPicker.tsx b/lib/src/Picker/WrappedKeyboardPicker.tsx index e64dd74082ce9e..eddd5276998074 100644 --- a/lib/src/Picker/WrappedKeyboardPicker.tsx +++ b/lib/src/Picker/WrappedKeyboardPicker.tsx @@ -61,6 +61,7 @@ export function makeKeyboardPicker({ value, dateRangeIcon, emptyLabel, + invalidLabel, timeIcon, variant, disableToolbar, diff --git a/lib/src/Picker/WrappedPurePicker.tsx b/lib/src/Picker/WrappedPurePicker.tsx index ad2af46e825b63..ce28c64efaa069 100644 --- a/lib/src/Picker/WrappedPurePicker.tsx +++ b/lib/src/Picker/WrappedPurePicker.tsx @@ -51,6 +51,7 @@ export function makePurePicker({ shouldDisableDate, dateRangeIcon, emptyLabel, + invalidLabel, timeIcon, value, variant,