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
同关闭操作,弹窗支持回车确认。方便在点出弹窗后,通过键盘快速进行操作。
组件
:confirmOnEnterKeydown="true" :on-enter-keydown="onConfirm"
函数: DialogPlugin.confirm({ confirmOnEnterKeydown: true, onEnterKeydown : onConfirm })
The text was updated successfully, but these errors were encountered:
支持enter键框触发confirm方法,不会增加API
Sorry, something went wrong.
OK 我来处理一下
ac9806c
No branches or pull requests
这个功能解决了什么问题
同关闭操作,弹窗支持回车确认。方便在点出弹窗后,通过键盘快速进行操作。
你建议的方案是什么
组件
:confirmOnEnterKeydown="true"
:on-enter-keydown="onConfirm"
函数:
DialogPlugin.confirm({
confirmOnEnterKeydown: true,
onEnterKeydown : onConfirm
})
The text was updated successfully, but these errors were encountered: