We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90b218 commit cabec06Copy full SHA for cabec06
packages/react-components/react-calendar-compat/stories/src/Calendar/CalendarMultiDayView.stories.tsx
@@ -49,7 +49,9 @@ export const CalendarMultidayDayView = () => {
49
<Field label="Choose days to select">
50
<Dropdown className={styles.dropdown} onOptionSelect={onOptionSelect}>
51
{dayOptions.map(option => (
52
- <Option key={option} text={option} value={option} />
+ <Option key={option} text={option} value={option}>
53
+ {option}
54
+ </Option>
55
))}
56
</Dropdown>
57
</Field>
0 commit comments