I'd tried using Nova Dependency for the readOnly field, on my case, I want to show the field where the file isn't associated with the database columns so just need them only for external information. But Nova Dependency still executed them and tryin' to store or update to the database.
Current Code

I have a solution but I felt it needs a lot of costs, so I should workin' two times for making an external field that isn't associated with the database.

I think it's should be good if we only make it under Nova Dependency Container no need making again at another place.
I'd tried using Nova Dependency for the readOnly field, on my case, I want to show the field where the file isn't associated with the database columns so just need them only for external information. But Nova Dependency still executed them and tryin' to store or update to the database.
Current Code

I have a solution but I felt it needs a lot of costs, so I should workin' two times for making an external field that isn't associated with the database.

I think it's should be good if we only make it under Nova Dependency Container no need making again at another place.