ant-design-vue
ant-design-vue copied to clipboard
DatePicker renderExtraFooter 中的 Input 无法被选中/输入内容
trafficstars
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.2.3
Environment
vue: ^3.4.21 ant-design-vue: ^4.2.3 Browser: Google Chrome Version 125.0.6422.142 (Official Build) (x86_64)
Reproduction link
Steps to reproduce
-
点击 DatePicker
-
点击页脚中的 InputNumber 并随便输入点内容,它无法输入,因为它无法获得焦点
-
如果你点击 InputNumber 的 Control, 你会发现 DatePicker 立刻关闭
What is expected?
页脚中如果是 Input 之类的组件,希望它能正常输入
What is actually happening?
无法输入内容