Skip to content
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

关于对添加、修改、删除等弹窗的原生属性的支持 #382

Closed
zuihou opened this issue Mar 14, 2024 · 1 comment
Closed

关于对添加、修改、删除等弹窗的原生属性的支持 #382

zuihou opened this issue Mar 14, 2024 · 1 comment

Comments

@zuihou
Copy link
Contributor

zuihou commented Mar 14, 2024

目前的最新版本,在使用fs提供的默认新增、修改等按钮时,我希望实现 点击新增或修改等按钮弹出 Model或drawer 框时,鼠标点击蒙层不可关闭,点击Esc时不可关闭(如下图的属性),我通过阅读fast-crud源码,发现并没有提供对原生属性的支持, 能否新增一下这个功能?

image
@zuihou
Copy link
Contributor Author

zuihou commented Mar 14, 2024

通过阅读源码,得知添加、修改按钮的弹窗的属性可以通过

form: {
     wrapper: {
            maskClosable: false
    },
}

进行传递。

#383 添加了对点击删除按钮时,弹窗的原生属性的支持

@zuihou zuihou closed this as completed Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant