Weirdly, when I use HTMX to POST a form whose fields are rendered with {% render_field ... %}, the fields disappear when the swap is completed. In fact, the text inputs disappear, but the datetimepicker still appears. But both are rendered with {% render_field %}, so it's very weird.