swal-forms icon indicating copy to clipboard operation
swal-forms copied to clipboard

Not Working Swal-forms with sweet alert

Open Maitri-108 opened this issue 7 years ago • 2 comments

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.

error1 image

Thanks in advance, Maitri

Maitri-108 avatar Sep 29 '17 08:09 Maitri-108

Hi, could you share a jsfiddle (or similar) reproduction case?

taromero avatar Oct 01 '17 21:10 taromero

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'

guardlawn avatar Nov 14 '17 15:11 guardlawn