Sweet alert input maxchars

PHOTO EMBED

Tue Jan 10 2023 16:49:05 GMT+0000 (Coordinated Universal Time)

Saved by @michiiee

swal({
  title: 'Maxlength', 
  input: 'text',
  inputAttributes: {
    maxlength: 32
  }
})
content_copyCOPY