Curious if you've successfully used a MeasurementField with inline formsets? I can make a quick sample project if you like, but the TLDR version is that an extra row or an added row to an inline formset, where the row contains a MeasurementField, triggers has_changed (I'm thinking maybe when the dropdown is populated?) so the submitted form doesn't validate properly if it contains other required fields.