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'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.
The text was updated successfully, but these errors were encountered:
@pemudakoding Could you try this? Because if you won't pass a function on the second parameter of a field it will indeed try to post it in the database, this is not an issue of Dependency container. Hopefully this helps!
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.
The text was updated successfully, but these errors were encountered: