Pro forms: date field (time only) returning to date picker field after ajax reload

Hello,

I am using pro forms inside a query loop, in the form I have a date field set to enable time, time only and allow input. Now when loading the page, the field is like it should be; a field that allows time input with a time picker.

The issue: when adding a bricks filter (in my case its a select filter) to filter the query loop (or using pagination, probably anything that reload the posts with ajax(?)) the date field goes back into a date picker field with the default date placeholder. in the html, is not there.

Hidden fields with conditions are also not hidden anymore after using the bricks filter, with the pro form inside a query loop.