When there’s a date-picker within a container the calendar view is cropped at the end of the repeater.
I added a collapsed box that expands on focus, but I think the date picker should ideally be showing the calendar on top of any item, no?
When there’s a date-picker within a container the calendar view is cropped at the end of the repeater.
I added a collapsed box that expands on focus, but I think the date picker should ideally be showing the calendar on top of any item, no?
The problem is that the date picker is getting cropped by the container’s length. It’s essentially a bug, it should be on top of everything regardless of the container’s height.