Adrian
Adrian
I included some data in the preview since it looks weird if it's missing. At least on my side the PR is good to go now, but maybe you want...
I agree, having those duplicates is quite weird. Even more so when you want to quickly count the number of days selected based on the highlighted fields...
Hey, could you please rebase this one? There are some conflicts w/ what I guess are changes from #6310.
Basically when reopening the date range picker after having selected a range, it does not show the previously selected range but just the start date. Happens for me as well...
I only tested it in the room booking form...
Indeed, in the regform (accommodation field) this bug does not happen... However, I found a different unrelated bug there: When you edit and hover the currently-selected start/end date, the range...
OK, that "bug" w/ the range not being shown was a problem on my side, not realizing that the picker now takes a proper `value` instead of separate `startDate` and...
@GovernmentPlates FYI this diff is what works fine for testing the picker inside Room Booking. Or just test in the accommodation field ;) ```patch diff --git a/indico/modules/rb/client/js/components/BookingBootstrapForm.jsx b/indico/modules/rb/client/js/components/BookingBootstrapForm.jsx index aee23910b3..c6aa03053d...
IMHO that fullscreen behavior was always quite weird... but indeed, the picker should appear above the other UI elements
Rebased it and fixed the merge conflicts from https://github.com/indico/indico/pull/6525 which I had somehow completely lost out of sight even though it was ready and good to merge...