-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
bugSomething isn't workingSomething isn't working
Description
/DatePicker/RangePicker
/**
* 显示/隐藏切换
* @param visible
*/
onVisibleChange: function (visible) {
console.log('visible=======', visible.detail)
if (!this.isVisibleControlled() && visible.detail) {
this.setData({ pickerType: 'start' });
this.setCurrentValue(getValueFromProps(this));
this.pickerVisible = visible.detail;
}
triggerEvent(this, 'visibleChange', resolveEventValue(visible.detail)); // bug
},
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working