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

在a-select组件的自定义页脚中加入a-pagination组件间接模式会无法输入

Open ZHT131 opened this issue 2 years ago • 2 comments

Basic Info

Steps to reproduce

在a-select组件的自定义页脚中加入a-pagination组件间接模式会无法输入 image image

ZHT131 avatar Sep 20 '22 08:09 ZHT131

在内部使用input文本框也会无法输入

ZHT131 avatar Sep 21 '22 08:09 ZHT131

hi,这个是由于Select组件默认设置了Trigger组件的preventFocus为true,如果想开启的话可以通过设置Select组件的trigerProps={{ preventFocus: false }} image

SleepDevil avatar Sep 23 '22 07:09 SleepDevil

image preventFocus对ts语法检测不友好

ZHT131 avatar Nov 09 '22 05:11 ZHT131