Blank calendar when using Date filter in GenericFilter - Jmix 3.0.1

Hi ,

I’m having a strange issue with the GenericFilter in Jmix 3.0.1.

When I add a filter for my createTs field and click the calendar icon, the calendar popup opens but it’s completely blank. Because of that, I can’t select a date.

My entity field is:

@CreatedDate
@Column(name = “create_ts”)
private Date createTs;

And my GenericFilter is just:

I tried a few things to figure out where the problem is:

  • A DatePicker outside the GenericFilter works fine.
  • A DateTimePicker outside the GenericFilter also works fine.
  • The problem only happens with the date field generated by the GenericFilter.
  • I don’t get any errors in the browser console.

Has anyone experienced something similar with Jmix 3.0.1?

Could this be related to the way GenericFilter generates the component for java.util.Date?

Any idea what could be causing this or if there’s a workaround?

Thanks!