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

picker3.14.6版本 TS1005 ![企业微信截图_a01d2091-b45c-4bff-9a8d-a1b332792cbd](https://github.com/react-component/picker/assets/104294824/722e854a-a368-4cb0-84d6-ee3d851e053c) 现在3.14.6这个版本 lint会报这个错,麻烦各位大佬修复一下哈

Currently when we have date picker with type = `date` and switch the panel mode selection through the popup to `month` and then `year` and then select an `year` from...

Currently when we have date picker with type = `date` and switch the panel mode selection through the popup to `month` and then `year` and then select an `year` from...

I found the issue when I updated antd v5.8.0 to v5.16.0. I saw v5.14.0 support that **DatePicker all date-related information in the panel will allow configuration through locale**. The reason...

fix: https://github.com/ant-design/ant-design/issues/51071 https://github.com/react-component/picker/blob/281bf3799b70838296b553632d885fc3b38ce1ca/src/PickerInput/Popup/index.tsx#L217 主要是这处的问题,trrigger自己改了popupAligin为tr,但是外面没有收到,依旧是以tl来判断offsetUnit,所以只要在popup重新调整placement的时候更新就行 ## Summary by CodeRabbit - **新功能** - 引入了新的弹出框对齐属性,增强了弹出框的定位和对齐功能。 - 添加了对弹出框位置变化的动态响应能力。 - **测试** - 新增了针对 `DayRangePicker` 组件弹出框箭头定位的测试用例,确保视觉对齐的准确性。

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 4.1.0. Release notes Sourced from date-fns's releases. v4.1.0 This release adds time zone support to format functions (that I somehow missed when working on the...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.13.0. Release notes Sourced from eslint's releases. v9.13.0 Features 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic) bf723bd feat: Improve eslintrc warning message...

dependencies

Is there any way to get a scroll select for year, month and day like the following image? ![datetime-scroll](https://github.com/user-attachments/assets/d0d517c2-367a-4291-bddc-6c4c2bb5bf28)

这行代码里的getRootNode不兼容低于54版本的Chrome浏览器,求解。 https://github.com/react-component/picker/blob/master/src/PickerInput/RangePicker.tsx#L431 ![image](https://github.com/user-attachments/assets/4be62704-ea39-4fd2-be92-dbc2add25d52) 另一个组件SinglePicker的点击事件是另一种处理 这个组件在Chrome低版本上没问题 https://github.com/react-component/picker/blob/master/src/PickerInput/SinglePicker.tsx#L360

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 to 5.0.0. Release notes Sourced from eslint-plugin-react-hooks's releases. [email protected] (Oct 11, 2024) This release only contains eslint-plugin-react-hooks. Notably, new violations and support for ESLint v9 were...

dependencies