This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Description
I might be doing something wrong but if I am trying to use autohydrate rather than assign attributes from the input array. This is fine provided the attributes have validation rules but in the instance where a field isn't required, the value from the input array is not assigned and saved. I've tried setting an empty validation rule for these fields but still the same - the only way I can get the data to save is by disabling autohydrate and assigning attributes manually.