I'm using this library with a muicss input component that I pass into DatePickerInput. Everything works fine when clicking out of the calendar, but when I select a date I get the error "Cannot read property 'focus' of null." I believe it...
I am using this component in a typescript project. Have you tried importing it the typescript way: import * as DayPickerInput from 'react-day-picker/DayPickerInput'; Author kirjai commented on Dec 19, 2017 @reinartg yeah, i get an error saying that react-day-picker/DayPickerInput has...
What's Changed Fixstyling.mdxfor a missing variable:
Member zombieJ Jul 19, 2024 这里不能这么做,disabled 应该拦截才对。感觉可以加个 warning 告知当前的 disabled 的时间被 disabledDate 拦截了 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers zombieJ Assignees zombieJ Labels None yet ...
"typescript": "~5.5.3", 38 changes: 19 additions & 19 deletions 38 pnpm-lock.yaml Load diff Some generated files are not rendered by default. Learn more about how customized files appear on GitHub. 0 comments on commit 6072787 Please sign in to comment. Footer...
19 changes: 13 additions & 6 deletions 19 src/components/datepicker/__test__/year.test.js Original file line numberDiff line numberDiff line change @@ -5,6 +5,7 @@ import mountTest from '../../../../tests/shared/mountTest'; import YearPicker from '../year/index'; const class...