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
I would like to show some fields once a file has been selected to be uploaded (or previously uploaded).
File::make('Payroll Payment Summary', 'payroll_payment_summary'),
NovaDependencyContainer::make([
Heading::make('NotEmpty') // Just an example field
])->dependsOnNotEmpty('payroll_payment_summary'),
Have also tried ->dependsOnNullOrZero('payroll_payment_summary').
Is what I am trying achievable?
The text was updated successfully, but these errors were encountered:
I would like to show some fields once a file has been selected to be uploaded (or previously uploaded).
Have also tried -
>dependsOnNullOrZero('payroll_payment_summary')
.Is what I am trying achievable?
The text was updated successfully, but these errors were encountered: