picker
picker copied to clipboard
📅 All Date Pickers you need.
## Issue for react-component/picker **Title:** DatePicker does not trigger onChange when manually clearing input text ### 🐛 Bug Report **rc-picker version:** `4.11.3` (also affects latest versions) ### 📝 Description When...
现状: 引用rc-picker中RangePicker组件实现日期选择时,WCGA无障碍时RangePicker中的input输入框没有aria属性 期望: 期望能增加aria等属性 如 aria-label
**Description:** When selecting a week in the range picker, the selected state is incorrectly applied to the same calendar week across all years, rather than being limited to the specific...
Hi there, I'm using Antd Date Picker and Range Picker, and I'm facing an issue: I can't use virtual keyboards (Input Method Editors or IMEs) on my Android device because...
Cannot read properties of undefined (reading 'isValidate') TypeError: Cannot read properties of undefined (reading 'isValidate') ``` at Object.current (http://localhost:3000/static/js/vendors-node_modules_dayjs_plugin_isSameOrAfter_js-node_modules_dayjs_plugin_isSameOrBefore_j-8f3d56.chunk.js:9228:21) at http://localhost:3000/static/js/vendors-node_modules_dayjs_plugin_isSameOrAfter_js-node_modules_dayjs_plugin_isSameOrBefore_j-8f3d56.chunk.js:14134:114 at http://localhost:3000/static/js/vendors-node_modules_dayjs_plugin_isSameOrAfter_js-node_modules_dayjs_plugin_isSameOrBefore_j-8f3d56.chunk.js:8996:22 at Array.map () at http://localhost:3000/static/js/vendors-node_modules_dayjs_plugin_isSameOrAfter_js-node_modules_dayjs_plugin_isSameOrBefore_j-8f3d56.chunk.js:8978:30 at mountMemo...
Use-case we have is more smart formatting with autocomplete, like if you enter 06 - it will assume that it is the 6th of current month of current year. **But**,...