-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
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
[dialog] 通过esc按钮关闭弹窗出错 #4153
Comments
👋 @KKDKK513,感谢给 TDesign 提出了 issue。 |
好的了解了,请问这个问题后续会修复吗? |
先这样使用 问题我们在下个版本跟进修复 |
好的,谢谢 |
tdesign-vue-next 版本
可以
重现链接
https://github.com/KKDKK513/tDesign-dialog-issue.git
重现步骤
下载git项目,npm i 安装依赖。npm run dev 启动项目后在浏览器打开。
弹窗默认打开,因为src/demo.vue文件中,33行设置const visible = ref(true); 此时无法通过esc按钮关闭弹窗。
若修改为const visible = ref(false);啧打开弹窗后可以通过esc关闭弹窗。
请问这是bug吗?如果不是,如果我想默认打开一个全屏弹窗,通过esc关闭弹簧,又该如何操作呢
期望结果
如果是bug,希望修复。如果不是期望得到如何实现此场景的方法,谢谢!
实际结果
No response
框架版本
No response
浏览器版本
谷歌 版本 123.0.6312.123(正式版本) (64 位)
系统版本
No response
Node版本
18.18.0
补充说明
No response
Tasks
The text was updated successfully, but these errors were encountered: