Input type file required
toto975 opened this issue · 0 comments
toto975 commented
Laravel version
9.31
PHP version
8.2.4
Voyager version
1.5
Database
MariaDB 10.3
Description
A form with a file input and required validation.
When editing datas without changing the file, the required message is displayed.
Steps to reproduce
In the bread, set a field as file, with required validation rule
Add data.
Edit data without changing the file.
The error message required is displayed.
Expected behavior
Add data.
Edit data without changing the file.
No error message must be displayed.
Screenshots
No response
Additional context
No response