-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
bugSomething isn't workingSomething isn't working
Description
重置表单会影响工具栏多选内容为空
表单代码:
`
详情
<textarea id="editor_content" name="content" style="display:none;"></textarea>
<script> layui.use(['form', 'element', 'jquery', 'admin', 'tagsInput', 'notice'], function () { var form = layui.form; var $ = layui.jquery; var tagsInput = layui.tagsInput; var admin = layui.admin; var notice = layui.notice; // 重置表单 $('#formreset').click(function () { document.getElementById("formBasForm").reset(); notice.destroy(); notice.msg('重置表单成功!', {animateInside: true, icon: 1}); }); }); </script>
没有点击重置图:
点击重置后图:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working