picker icon indicating copy to clipboard operation
picker copied to clipboard

📅 All Date Pickers you need.

Results 176 picker issues
Sort by recently updated
recently updated
newest added

When swapping out moment.js with either day.js or date-fns, the `generatePicker` function imports all of the locales. This results in a huge bundle and totally not needed in a lot...

Bumps [less](https://github.com/less/less.js) from 3.13.1 to 4.1.3. Release notes Sourced from less's releases. v4.1.2 #3602 Fix currentFileInfo and index properties on nodes #3626 Fix IfStatement requires double parentheses when dividing closed...

dependencies

When I use the showTime attr, the ok button will appear in any case. Is this a common usage ? Or is there a prop which can customize the ok...

Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.2 to 8.0.3. Changelog Sourced from glob's changelog. 8.0 Only support node v12 and higher \ is now only used as an escape character, and never as...

dependencies

**demo:** ```typescript const handleOpenChange =(visible: boolean) => { if (visible) { return } // get an old value console.log('handleOpenChange', visible, dateRange) //... } const handlePickerChange = ({ start, end }:...

https://github.com/react-component/picker/blob/5306c8938aded49c5d6f6b6d4761ddab25e3cce9/src/PickerPanel.tsx#L66-L67 ## Proposal If accepted, I'll implement the following two render props in a new PR. [ ] Support `quarterCellRender` render prop [ ] Support `yearCellRender` render prop ## Current...

Hello Loved your work here! I am trying to use your picker as inline picker, so no popup is used. The problem is that I can't disable the popup, but...

Following ant design directive to generate picker from DayJs, here is a sandbox: https://codesandbox.io/s/sparkling-silence-i430q Try to type `10:10:1` in the input field and it is replaced by `10:10:01`. So we...

Downstream projects are getting security scan warnings for https://security.snyk.io/vuln/SNYK-JS-MOMENT-2440688. I don't think the path traversal vulnerability applies, since picker runs client-side. But it would be nice to clean up the...