We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-vant
react-vant-icons
3.3.5
No response
<Calendar type="range" allowSameDay showConfirm={false} poppable={false} minDate={new Date(2024,1,1)} maxDate={new Date(2025,0,2)} value={[new Date(2025,0,2), new Date(2025,0,2)]} />
The text was updated successfully, but these errors were encountered:
比较紧急,望尽快修复下
Sorry, something went wrong.
No branches or pull requests
Which React Vant packages are impacted?
react-vant
(React Vant core)react-vant-icons
(React Vant Icon)What version of React Vant are you using?
3.3.5
Reproduce live demo(codesandebox or stackblitz)?
No response
Descripition
复现步骤
最小复现代码
<Calendar
type="range"
allowSameDay
showConfirm={false}
poppable={false}
minDate={new Date(2024,1,1)}
maxDate={new Date(2025,0,2)}
value={[new Date(2025,0,2), new Date(2025,0,2)]}
/>
The text was updated successfully, but these errors were encountered: