byronogis / datepicker-enhanced

New support for halfyear, quarteryear time point and year, halfyear and quarteryear time range selection
https://byronogis.github.io/datepicker-enhanced/
MIT License
8 stars 1 forks source link

希望支持change事件 #6

Open caveychen opened 6 months ago

caveychen commented 6 months ago

Clear and concise description of the problem

最基本的几个事件希望支持,至少支持change事件

Suggested solution

事件名 说明 类型
change 用户确认选定的值时触发  
blur 在组件 Input 失去焦点时触发  
focus 在组件 Input 获得焦点时触发  
calendar-change 在日历所选日期更改时触发  
panel-change 当日期面板改变时触发。  
visible-change 当 DatePicker 的下拉列表出现/消失时触发

Alternative

No response

Additional context

No response

Validations