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
1.7.17
h5
无
<!-- 短密码框 --> <nut-short-password v-model="shortPasswordObj.value" v-model:visible="shortPasswordObj.visible" title="管理员登录" desc="请输入6位数字密码" tips="如您忘记,请联系相关负责人获取登录密码" :close-on-click-overlay="false" length="6" @focus="shortPasswordObj.showKeyboard=!shortPasswordObj.showKeyboard" @close="shortPasswordObj.showKeyboard=false" > </nut-short-password> <nut-number-keyboard v-model="shortPasswordObj.value" v-model:visible="shortPasswordObj.showKeyboard" > </nut-number-keyboard>
点击遮罩层不会关闭掉短密码框
点击弹窗会关闭短密码框
No response
The text was updated successfully, but these errors were encountered:
close-on-click-overlay
感谢反馈,下个版本修复
Sorry, something went wrong.
No branches or pull requests
nutui-uniapp 版本号
1.7.17
平台
h5
重现链接
无
重现步骤
期望的结果是什么?
点击遮罩层不会关闭掉短密码框
实际的结果是什么?
点击弹窗会关闭短密码框
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: