3.9 Hướng dẫn tự tạo custom message cho trường hợp upload file không hợp lệ

Thêm attribute fileInvalidMessage với nội dụng quý vị muốn hiện thị trong conditions

{
  "conditions": {
    "required": true,
    "multiple": false,
    "fileInvalidMessage": "File của bạn không hợp lệ. Vui lòng thử các file có định dạng PDF",
    "filetype": "application/pdf"
  },
}
No Comments
Back to top