umbraco / Umbraco.UIBuilder.Issues

Back office UI builder for Umbraco
3 stars 2 forks source link

Datepicker filter does not send payload on mobile resolution #46

Closed matt-tolliday-iss closed 1 year ago

matt-tolliday-iss commented 1 year ago

Describe the bug When viewing the grid on a mobile resolution, or mobile simulation (Chrome DEV tools tested with) then the date pickers do not get sent with the payload to the FindEntities method, so the grid data set does not get filtered.

.AddFilterableProperty(p => p.LastLogin, filterconfig => filterconfig .SetLabel("Last Logged In") .SetDescription("When the subscriber last logged into the newsletter site") )

Steps To Reproduce Steps to reproduce the behavior:

  1. Activate Chrome Dev Tools - set mobile device to iPhone 12 Pro
  2. Click on filter funnel and set date range filter
  3. Apply
  4. Data not filtered

Expected behavior Data filtered as expected by range filter

Screenshots Payload after filter applied (Chrome Dev: :iPhone 12 Pro)

image

Payload at standard browser res:

image

Payload before filter applied:

image

Environment (please complete the following information):

Additional context Add any other context about the problem here.

mattbrailsford commented 1 year ago

So that's a weird one, but I think it should be working now. A new build should be on the unstable feed shortly if you want to test.

matt-tolliday-iss commented 1 year ago

Yup, had to reset the Runtime Minification Version - but assets loaded now and all works correctly, thanks

mattbrailsford commented 1 year ago

Fixed in 1.6.3