You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have finished inputs and added the select tag to add multiple options, but the mouse click does not respond when I allow the browser, may I ask what is the matter and how to deal with this, I do not see the relevant code on your website.
Please help me.
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title><linkrel="stylesheet" href="./css/iziToast/iziToast.min.css"></head><body><buttononclick="test()">1231</button><scriptsrc="./js/iziToast/iziToast.min.js"></script><script>iziToast.question({timeout: 20000,title: 'Hey',message: 'Are you sure about that?',position: 'center',inputs: [// I did, but it didn't work when I clicked['<select><option value="123">1</option></select>','click',function(a,b,c,d){console.log(a);console.log(b);console.log(c);console.log(d);}]]});</script></body></html>
The text was updated successfully, but these errors were encountered:
based on your code, when the button is clicked is called the function "test()", where is this function in the script?
the call to iziToast.question must be inside the function test()
I have finished inputs and added the select tag to add multiple options, but the mouse click does not respond when I allow the browser, may I ask what is the matter and how to deal with this, I do not see the relevant code on your website.
Please help me.
The text was updated successfully, but these errors were encountered: