You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs more information for me to investigate anything. The immediate thing I see is that you are using rules on the dependency container directly which isn't how that works. Regardless, you will need to expand what the issue is beyond just a code snippet.
In this, even though , the filed is required, the user can submit the form without setting the value. The validation is not working.
This is happening with File Field and Select Filed.
$res[] = NovaDependencyContainer::make([
File::make('Upload Apk','package')
->acceptedTypes('.apk')
->deletable(false)
->creationRules('required')
->updateRules('required')
The text was updated successfully, but these errors were encountered: