thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

Input type file required #5786

Open toto975 opened 10 months ago

toto975 commented 10 months ago

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