dropzone attachment required is not working

Solutions on MaxInterview for dropzone attachment required is not working by the best coders in the world

showing results for - "dropzone attachment required is not working"
Jakob
01 May 2016
1//In your Validation file add these 
2  
3              'translation_attachments' => [
4                'array',
5                'required',
6            ],
7            'translation_attachments.*' => [
8                'required',
9            ],
10
11// where translation_attachments is your column name in the DB
12