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 6088094 commit ec6efd1Copy full SHA for ec6efd1
components/dash-core-components/src/utils/calendar/Calendar.tsx
@@ -15,7 +15,7 @@ import {
15
ArrowRightIcon,
16
} from '@radix-ui/react-icons';
17
import Input, {HTMLInputTypes} from '../../components/Input';
18
-import Dropdown from '../../fragments/Dropdown';
+import Dropdown from '../../components/Dropdown';
19
import {DayOfWeek, CalendarDirection} from '../../types';
20
import {CalendarMonth} from './CalendarMonth';
21
import {
@@ -304,6 +304,7 @@ const CalendarComponent = ({
304
<Dropdown
305
options={monthOptions}
306
value={activeMonth}
307
+ clearable={false}
308
maxHeight={250}
309
searchable={false}
310
setProps={({value}) => {
0 commit comments