html 关闭时清除模态上的表单字段中的数据并清除验证消息
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 关闭时清除模态上的表单字段中的数据并清除验证消息相关的知识,希望对你有一定的参考价值。
var vm = {
clearModal: clearModal
};
function clearModal() {
validationDialog.hideAndReset();
VendorName(null);
SendNotificationsViaApi(false);
StandardApiEndpoint(null);
OutboundUsername(null);
OutboundPassword(null);
SendInvite(false);
Seamless(false);
DateDosSigned(null);
TestDetailsProvided(null);
CompleteDate(null);
InactiveDate(null);
CertificateRequirements(false);
ko.validation.group(vm, { deep: true }).showAllMessages(false);
}
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<button id="btnAdd" class="btn btn-primary" data-bind="click: clearModal" data-toggle="modal" data-target="#apiVendorModal">Add New Vendor</button>
</div>
</div>
以上是关于html 关闭时清除模态上的表单字段中的数据并清除验证消息的主要内容,如果未能解决你的问题,请参考以下文章
QLineEdit 单击时清除文本并从按钮读取文本[关闭]
如何清除表单中的某些字段 - Redux-Form
提交表单 ASP.NET 时清除所有输入字段
防止用户在字段中输入错误信息时清除字段中的信息。
使用 JQuery 清除特定表单字段时遇到问题
监听关闭事件反应导航