swal-forms
swal-forms copied to clipboard
Not Working Swal-forms with sweet alert
Hi,
I am having issue with swal-form.
I have added swal-form.js and swal-form.css to use input parameters.
But i am getting this error continuously , i am attaching the screenshot here.
Thanks in advance, Maitri
Hi, could you share a jsfiddle (or similar) reproduction case?
I had the same issue. The breaking change is located here:
https://sweetalert.js.org/docs/#content
It looks like
arguments[0].html = true
Now needs to be
arguments[0].content = 'input'