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