解决sweetalert插件中不能添加两个input的问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决sweetalert插件中不能添加两个input的问题相关的知识,希望对你有一定的参考价值。

1.将html属性设置为true

 

2.将sweetalert.min.js文件中

<input type="text" tabIndex="3" />\n   修改为
<input id="swalInput" type="text" tabIndex="3" />\n

3.将sweetalert.css文件中.sweet-alert input { 修改为 .sweet-alert #swalInput {


4.这样就可以添加多个input了

以上是关于解决sweetalert插件中不能添加两个input的问题的主要内容,如果未能解决你的问题,请参考以下文章

SweetAlert2 使用教程

SweetAlert插件 弹框插件

sweetalert插件使用

SweetAlert-js超酷消息警告框插件

弹出层小插件之sweetalert

漂亮的弹窗口插件——sweetAlert的使用