fect-org / fect

Minimalist UI components built on Vue-next

Home Page:https://www.fect-org.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

模态框中使用多选框,无法正常使用

HinokiSu opened this issue · comments

Bug report 🐞

下拉框无法正常显示
Demo: https://codesandbox.io/s/fect-ui--multi-select-t8wb0y

Version & Environment

"@fect-ui/vue": "1.3.6"
"vue": "^3.2.25"
Chrome 版本 98.0.4758.102(正式版本) (64 位)

Expection

Actual results (or Errors)

image

commented

感谢。这个问题会进行修复

commented

image
已经修复。 Bug原因是因为是在onMounted阶段获取的widthheight。 因为modal 组件一开始是un visible的所以当select运行的时候。并没有设置上。这里做了个优化修复。感谢提供bug定位。