Answers for "onbeforeopen swal"

0

onbeforeopen swal

Swal.fire({
  title: 'Wait ...',
  onBeforeOpen () {
    Swal.showLoading ()
  },
  onAfterClose () {
    Swal.hideLoading()
  },
  allowOutsideClick: false,
  allowEscapeKey: false,
  allowEnterKey: false
})
myFunc()
Swal.close()
Posted by: Guest on March-09-2021

Browse Popular Code Answers by Language