arco-design-vue
arco-design-vue copied to clipboard
在a-select组件的自定义页脚中加入a-pagination组件间接模式会无法输入
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
- Package Name And Version: @arco-design/[email protected]
- Browser: chrome105.0.0.0
Steps to reproduce
在a-select组件的自定义页脚中加入a-pagination组件间接模式会无法输入
在内部使用input文本框也会无法输入
hi,这个是由于Select组件默认设置了Trigger组件的preventFocus为true,如果想开启的话可以通过设置Select组件的trigerProps={{ preventFocus: false }}
preventFocus对ts语法检测不友好