3lang3 / react-vant

React mobile UI Components base on Vant
https://react-vant.3lang.dev
MIT License
1.32k stars 189 forks source link

🐛 [Bug]: Calendar 组件使用horizontal属性,水平滑动时,一些属性失效,比如:scrollToDate #737

Open alexwjj opened 1 month ago

alexwjj commented 1 month ago

Which React Vant packages are impacted?

What version of React Vant are you using?

3.3.5

Reproduce live demo(codesandebox or stackblitz)?

No response

Descripition

Calendar 组件使用horizontal属性,水平滑动时,默认显示最小日期,不是当前月。看了下源码,当设置horizontal采用Swiper包裹,但是并没有处理默认Swiper.Item的逻辑