We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.34.4
3.2.45
版本 116.0.5845.187(正式版本) (arm64)
mac pro 版本13.0
v16.20.1
https://codesandbox.io/s/cool-brook-pmzlr2?file=/src/main.js
1.打开重现链接 2.点击测试 3.点击展开弹窗中的下拉 4.选择时间 (这个时候下拉的插槽会关闭,并且时间组件位置发生偏移)
期望下拉的空插槽在点击时间的时候不关闭,时间组件位置不偏移
在下拉的插槽中去选择时间,这个时候插槽关闭了,时间的组件在当前窗口中位置发生偏移
The text was updated successfully, but these errors were encountered:
项目中也有类似的需求,需要在 select 的 empty 插槽中,封装几个 select ,每次插槽中的任一 select 组件选中后都会触发 父级的 select 失焦,关闭遮罩。感觉像是层级嵌套的问题。
Sorry, something went wrong.
No branches or pull requests
TuSimple/naive-ui version (版本)
2.34.4
Vue version (Vue 版本)
3.2.45
Browser and its version (浏览器及其版本)
版本 116.0.5845.187(正式版本) (arm64)
System and its version (系统及其版本)
mac pro 版本13.0
Node version (Node 版本)
v16.20.1
Reappearance link (重现链接)
https://codesandbox.io/s/cool-brook-pmzlr2?file=/src/main.js
Reappearance steps (重现步骤)
1.打开重现链接
2.点击测试
3.点击展开弹窗中的下拉
4.选择时间 (这个时候下拉的插槽会关闭,并且时间组件位置发生偏移)
Expected results (期望的结果)
期望下拉的空插槽在点击时间的时候不关闭,时间组件位置不偏移
Actual results (实际的结果)
在下拉的插槽中去选择时间,这个时候插槽关闭了,时间的组件在当前窗口中位置发生偏移
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: