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
cancel=false为不显示标题中的关闭按钮,如果是这样设定的话,应该同时也取消esc键的效果。
var cancel=api.config.cancel===false;// 判断是否为cancel
keyCode === 27 && !cancel && api._click('cancel');
The text was updated successfully, but these errors were encountered:
v6.0.1
e6cb6ac
1. 进一步完善焦点管理,避免抢夺开发者自己设置的焦点#67 2. 修复对话框内容使用 html5 data-id 属性冲突的问题#78 3. 改善 Esc 快捷键与 cancel 的问题#36
d22f8e9
No branches or pull requests
cancel=false为不显示标题中的关闭按钮,如果是这样设定的话,应该同时也取消esc键的效果。
var cancel=api.config.cancel===false;// 判断是否为cancel
keyCode === 27 && !cancel && api._click('cancel');
The text was updated successfully, but these errors were encountered: