picker
picker copied to clipboard
📅 All Date Pickers you need.
The range selector drop-down list is not aligned. From ant design [issue (#32026)](https://github.com/ant-design/ant-design/issues/32026) Problem recurrence: https://user-images.githubusercontent.com/35871603/132127563-3472b068-2aa2-4588-ace4-10d565ee2169.mp4
Howdy, It would be nice if the displayed month could be better controlled to prevent situations like below when using the range picker: 1. Assume the start and end dates...
 底部足够宽的时候,定位是278px,当底部宽度小于picker的高度时,会出现被顶上去的情况,请问是什么原因呢?
 The online example works well, I use the same config doesn't work, I don't know why. version: 2.5.14
请允许此次提交,日期应该是一整天的,否则前后时间选择同一天,返回值取时间戳不是一整天,不符合日期选择器
Why don't we let RangePicker's `panelLeft` value be determined by the offset Width of [range-wrapper](https://github.com/react-component/picker/blob/6fca0f6c1a44661880da9f13dd54c64126899831/src/RangePicker.tsx#L970-L973)? [According to the current conditions](https://github.com/react-component/picker/blob/6fca0f6c1a44661880da9f13dd54c64126899831/src/RangePicker.tsx#L863), even if you click EndTime, the panel does not move,...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
resolves #263 Additionally, I changed `marginLeft` to `transform: translateX` because using the `transform` property rather than adjusting the `margin` is better in terms of css rendering performance.