thedevdojo/voyager

Input type file required

toto975 opened this issue · 0 comments

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

image

Add data.
Edit data without changing the file.
The error message required is displayed.
image

Expected behavior

Add data.
Edit data without changing the file.
No error message must be displayed.

Screenshots

No response

Additional context

No response