vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜

Home Page:https://antdv.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

垂直的RadioGroup

mengyongzeng opened this issue · comments

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.1.0

Environment

vue 本地浏览器环境

Reproduction link

Edit on CodeSandbox

Steps to reproduce

在垂直的 RadioGroup a-radio中使用a-select 的多选模式 mode="multiple" 点击select 后没有获取焦点 并且下拉框弹出后又收起

What is expected?

预期可以正常获取焦点并且 下拉框保持弹出状态

What is actually happening?

? 未获取焦点 并且 下拉框弹出后秒收起

a-radio不包裹a-select就可以,样式上是一样的而且
而且为什么要把a-select写在a-radio中呢,他们之间应该没有什么功能上的组合