yangjy44

Results 1 issues of yangjy44

环境:antd3.x anujs1.4.9 问题描述:点击日期文本框,选择日期,点击文本框,会出现对象null报错,具体代码为 Picker.js,196行,如下: focusCalendar: function focusCalendar() { if (this.state.open) { this.calendarInstance.focus();//此行报错,calendarInstance为null } }