I put Upload AJAX Form on my page and made some fields required.
But I tried to make hidden input in file upload section required too and it didn't work.
I tried <input ... required />
and laravel validation in the component like name|required
Nothing worked for me.