Skip to content

Commit

Permalink
fix(calendar): removed date picker inline story carbon-design-system#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NabeelAyubee committed Aug 12, 2024
1 parent 4831bf9 commit d9d11ef
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/react/src/components/DatePicker/DatePicker.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@ export const SingleWithCalendar = () => (
</DatePicker>
);

export const CalendarWithInline = () => (
<DatePicker datePickerType="single" inline={true}>
<DatePickerInput
placeholder="mm/dd/yyyy"
labelText="Date Picker label"
id="date-picker-single"
size="md"
/>
</DatePicker>
);

export const RangeWithCalendar = () => {
return (
<DatePicker datePickerType="range">
Expand Down

0 comments on commit d9d11ef

Please sign in to comment.