react-hash-calendar icon indicating copy to clipboard operation
react-hash-calendar copied to clipboard

移动端日期、时间选择插件,日期选择面板以日历形式展示。上下滑动切换周/月模式。支持两种模式:1,月模式,左右滑动切换月份。2、周模式,左右滑动切换周。

Results 8 react-hash-calendar issues
Sort by recently updated
recently updated
newest added

0.1.5版本有这个情况,0.1.4暂时没有发现。 复现步骤:上滑按周显示日历后,无法点击日期。 另外仓库代码拉下来之后,貌似commit和npm的版本不一致,已在对应commit中评论。

![image](https://user-images.githubusercontent.com/40135607/182656275-12700d96-e9d4-451a-9454-a6d58acdfbd4.png) 解决方案,在调用getLastMonth和getNextMonth时判断一下,是否是周视图显示 希望能够在代码采纳修改

使用hooks ,todaySlot 要如何设置才能兼容

组件从周展开为月份,H5页面会触发橡皮筋效果,无法正常展开,vue的版本可以实现,请维护react版本

![image](https://user-images.githubusercontent.com/40228583/117806306-bcf0df00-b28c-11eb-8acd-5b75b843801b.png) 请问这种左右翻页月份的,应该如何实现?