Ninty
Results
2
issues of
Ninty
**你期望的功能是否与某种使用上的困难相关?如果是请描述一下** 使用 DatePicker,并开启范围选择,maxDate 使用当前时间。此时点击展开,会发现下方的两个日期左侧是当前月份,右侧是下一个月份,但因为限制了当前时间,所以此时右侧时间全部是禁用状态,无法选择 **描述你期待的解决方案** 希望展示时右侧展示的是可选择的时间,比如左侧是当前时间的上一个月,右侧是当前时间所在月。这样交互会更方便
enhancement
3.x
comp:datepicker
Thanks for your awesome lib. I notice in [src/index.js](https://github.com/electron/windows-installer/blob/master/src/index.js) line 23 - 30 ```js const monoExe = 'mono'; const wineExe = 'wine'; if (process.platform !== 'win32') { useMono = true;...