picker icon indicating copy to clipboard operation
picker copied to clipboard

📅 All Date Pickers you need.

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

https://github.com/ant-design/ant-design/issues/54822 对应此需求 ## Summary by CodeRabbit - 新功能 - SinglePicker 新增 maxTagCount 与 maxTagPlaceholder 属性,支持自定义超出标签占位内容,默认显示 “+ N …”。 - 体验 - 占位渲染改为可配置:当未超出时不显示占位;超出时可展示自定义或默认文本,传入被省略的项列表用于渲染。 - 文档 - 更新 multiple 示例,演示 maxTagCount 与自定义...

### 🤔 This is a ... - [ ] 🆕 New feature - [x] 🐞 Bug fix - [ ] 📝 Site / documentation improvement - [ ] 📽️ Demo...

在特殊业务场景下,我需要为RangPicker的起始时间和结束时间采用不同的格式化: 现有的api似乎无法做到,结合目前的format prop设计,只要将range的索引传递给customFormat即可实现: Preview: ## Summary by CodeRabbit - **新功能** - 在范围选择器示例中新增“自定义格式”用法,支持分别自定义起止日期的显示格式(如仅显示年份或完整日期)。 - **文档** - 增加了“自定义格式”相关的使用示例,便于理解格式化函数的用法。 - **类型优化** - 自定义格式化函数现支持接收索引参数,便于区分和处理不同位置的日期格式。

maxDate和presets的值的对比,禁用点击 https://github.com/ant-design/ant-design/issues/53693 ## Summary by CodeRabbit - **新功能** - 预设面板及相关组件新增可选的最大日期(maxDate)限制,超出最大日期的预设项将自动禁用,无法点击或悬停选择。 - **测试** - 增加了针对禁用预设项的测试用例,确保超出最大日期的预设不会触发事件回调。 - 新增多种预设类型与最大日期边界条件的测试,提升预设交互的覆盖率和稳定性。

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.16.0. Release notes Sourced from eslint's releases. v9.16.0 Features 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic) Documentation 9eefc8f docs: fix typos...

dependencies

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 55.0.0 to 56.0.1. Release notes Sourced from eslint-plugin-unicorn's releases. v56.0.1 expiring-todo-comments: Fix compatibility with ESLint 9.15 (#2497) 16b09d3 https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v56.0.0...v56.0.1 v56.0.0 New rules prefer-global-this (#2410) 1558cbe prefer-math-min-max (#2432)...

dependencies

Add testcase for the position of activeBar when changing placement direction. Since this is my first time writing test cases, it may not be written well. related to https://github.com/react-component/picker/pull/889 ##...

rc-picker 4.x 最新版本,老是提示 ResizeObserver loop completed with undelivered notifications 错误。 虽然不影响使用,但 集成到sls后,一直都会上报这个错误。 降到 3.x 不会有此问题。

**Bug Report & DX Improvement** When using `@rc-component/picker` within a pnpm monorepo, the library fails at runtime with the error `TypeError: generateConfig.getNow is not a function`. This occurs because the...

现状 & 问题: TimePicker组件会在选择完时间后,自动让选择的时间滑动到顶,但在我的应用场景里并不需要自动滑动,而我关不掉这个功能。 需求: 添加一个props,支持能禁用掉这个功能 我看到的相关的文件:PickerPanel/TimePanel/TimePanelBody/TimeColumn.tsx