Are you sure the value is changed to 0 – as opposed to already being zero/defaulting to zero or not being set?
For not being set you’d need to add validate_required as well and for the already 0 or default to 0 case you need to either use force_change on cast or make sure the value is not already 0 before adding the changes.






















