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

Bumps [np](https://github.com/sindresorhus/np) from 9.2.0 to 10.0.2. Release notes Sourced from np's releases. v10.0.2 Use npm for tagging versions when pnpm is the chosen package manager (#739) 770418f https://github.com/sindresorhus/np/compare/v10.0.1...v10.0.2 v10.0.1 Fix...

dependencies

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.6.0. Release notes Sourced from date-fns's releases. v3.6.0 On this release worked @​kossnocorp and @​world1dan. Also, thanks to @​seated for sponsoring me. Fixed Fixed weeks...

dependencies

### Reproduction link [![Edit SinglePickerPanelProps](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/devbox/singlepickerpanelprops-ncfsvt?embed=1&file=%2Fsrc%2FApp.tsx) ### Steps to Reproduce: - Open the reproduction link in CodeSandbox - Navigate to the build terminal - Trigger the build process - Observe the...

Related to https://github.com/ant-design/ant-design/issues/47665. I add `placeholder` support for multiple `date-picker`, just like the `rc-select` component.

Close https://github.com/ant-design/ant-design/issues/47699

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 50.0.1 to 51.0.1. Release notes Sourced from eslint-plugin-unicorn's releases. v51.0.1 prefer-node-protocol: Fix false positive on bun:* modules (#2272) 43fc638 https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.0...v51.0.1 v51.0.0 Breaking consistent-destructuring: Remove from recommended preset...

dependencies

antd issue: https://github.com/ant-design/ant-design/issues/34501 初步想法如下: 1. picker 支持传入 placement 字段; 2. 根据 placement 计算 arrow 位置。 看看是否可行,或者有没有更好的建议?

``` detail: TypeError: generateConfig[fn] is not a function at /home/frontend/node_modules/antd/node_modules/rc-picker/lib/utils/dateUtil.js:157:35 at Array.forEach () at forEach (/home/frontend/node_modules/antd/node_modules/rc-picker/lib/utils/dateUtil.js:153:9) at /home/frontend/node_modules/antd/node_modules/rc-picker/lib/PickerInput/hooks/useRangePickerValue.js:84:59 at nextCreate (/home/frontend/node_modules/react-dom/cjs/react-dom.development.js:15846:19) at Object.mountMemo [as useMemo] (/home/frontend/node_modules/react-dom/cjs/react-dom.development.js:16219:16) at Object.useMemo (/home/frontend/node_modules/react/cjs/react.development.js:1532:21) at...

![image](https://github.com/react-component/picker/assets/12511178/0a6cbe14-ff5b-47cd-9926-c3534bcddf1d) For the date picker we can use the `onSelect`, but for a rangepicker we cannot access this as its set to undefined? Whats the reason for this? Is there...

**Description:** This pull request addresses the TypeScript error reported in issue #764. **Changes Made:** - Modified the SinglePickerPanelProps interface to resolve the TypeScript error. - Replaced the interface extension with...