wx_calendar icon indicating copy to clipboard operation
wx_calendar copied to clipboard

微信小程序-日历组件 📅

Results 50 wx_calendar issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/25128849/110911153-49def100-834d-11eb-88c6-302ded622ebc.png) ![image](https://user-images.githubusercontent.com/25128849/110911183-5105ff00-834d-11eb-9718-c6ae7a310528.png)

### 1.x 版本: 出现此问题请查看是否调用方法的时机是否有误,日历渲染完成才会绑定方法到页面实例上。 **方法默认挂在当前页面实例对象上,即如果使用 this.calendar 调用方法,请确保 this 指向当前页面实例。** `this.calendar` 上的方法需要在 `afterCalendarRender` 后,在页面 `onLoad` 或 初次触发 `onShow` 的时候,日历可能还未渲染完成,所以此时调用日历方法会提示为 `undefined`。

question

**功能建议** 能不能切换选择日期或者月份啊 **需求背景** 点击下头部年月日可以切换选择年份或者月份,来回左右点击选择年月日太麻烦了啊

suggestion

**功能建议** 你期望提供或修改什么功能 是否支持左右滑动切换时显示效果为卡片切换? 手指离开屏幕之前是可以看到上一月或下一月的日历数据的 **需求背景** 描述是什么场景下需要支持该功能

suggestion

**功能建议** 你期望提供或修改什么功能 范围选择后,现在背景是方形,是否能修改成开始时间的左半边是圆形,结束时间右半边是圆形 **需求背景** 描述是什么场景下需要支持该功能

suggestion
todo

**BUG描述** afterTapDay(e) { console.log('afterTapDay', e); // => { currentSelect: {}, allSelectedDays: [] } const dates = this.calendar.getSelectedDay(); console.log(dates) }, inverse: true, 打印出的结果 有重复 **复现步骤** **期望结果** **实际结果** **截图**

bug

**BUG描述** ``` calendarConfig: { multi: false, inverse: false, takeoverTap: false, theme: 'elegant', hideHeader: true, firstDayOfWeek: 'Mon', disableMode: { type: 'after' }, autoChoosedWhenJump: true } ``` **复现步骤** **期望结果** **实际结果** **截图** ![image](https://user-images.githubusercontent.com/8415416/184855818-6d0be4d5-3fc6-4bf4-ab07-9abaf25acb80.png)

bug

**问题描述** ![image](https://user-images.githubusercontent.com/1262247/185567059-071922ff-e6d7-48d8-b6e7-6cb7a4e8e4ce.png) taro-vue3 ``` ``` 这样没有反应

question