News

I'm using a sweetalert with input: 'select', and want to run the function when the user changes the select option rather than hits OK (i.e. run the function onChange). How can I do this with ...
The documentation states that onChange is invoked when the set of selections changes (ie: an item is added or removed). You have mentioned in the issue below that onChange will be triggered when we ...