Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
properly set typeable to DatePickerInput stories
Browse files Browse the repository at this point in the history
  • Loading branch information
qubis741 committed Nov 22, 2022
1 parent 27ece4e commit f0a3c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/datepicker/datePickerInput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const inputSingleDateWithoutTyping: ComponentStory<typeof DatePickerInput
size="medium"
onChange={handleOnChange}
selectedDate={preSelectedDate}
typeable={false}
/>
);
};

0 comments on commit f0a3c62

Please sign in to comment.