uni-ui icon indicating copy to clipboard operation
uni-ui copied to clipboard

maskClick事件无效

Open MonGDCH opened this issue 3 years ago • 1 comments

在微信小程序中使用 uni-datetime-picker 组件,type为date类型, maskClick事件无效

<uni-datetime-picker ref="dateSelect" type="date" @change="selectDate" @maskClick="closeDate">
    <text></text>
</uni-datetime-picker>

问题: 源代码 uni-datetime-picker.vue 组件中未监听 calendar.vue 组件上报的 close 事件

MonGDCH avatar Feb 14 '22 03:02 MonGDCH

相同问题

simple-ice avatar Mar 08 '22 02:03 simple-ice

[email protected] 已修复

codexu avatar Sep 08 '22 10:09 codexu