It seems that the issue you are facing is associated with the new object() that you are setting to the form Model. The commonly used approach is to store the model instance in a field and pass that field to the Model parameter (you can check here for more details).
With the following configuration, it looks like the problem is not reproducible: