ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

DatePicker renderExtraFooter 中的 Input 无法被选中/输入内容

Open clovu opened this issue 1 year ago • 0 comments
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

https://github.com/Clover-You/ant-design-vue-for-bug-report/tree/datepicker-renderExtraFooter-unable-focus

Steps to reproduce

  1. 点击 DatePicker

  2. 点击页脚中的 InputNumber 并随便输入点内容,它无法输入,因为它无法获得焦点

  3. 如果你点击 InputNumber 的 Control, 你会发现 DatePicker 立刻关闭

What is expected?

页脚中如果是 Input 之类的组件,希望它能正常输入

What is actually happening?

无法输入内容

clovu avatar Jun 13 '24 09:06 clovu