BlazorDateRangePicker icon indicating copy to clipboard operation
BlazorDateRangePicker copied to clipboard

Make sure Calendar is always visible

Open AlexHolly opened this issue 2 years ago • 0 comments

Is there a way to keep the Calendar inside the visible area? Some kind of auto mode additional to Opens/Drops property similar to https://popper.js.org/ "OVERFLOW PREVENTION" and "FLIPPING".

It would already simplify the usage if we could add a class like "datarangepicker-container" for this div.

https://github.com/jdtcn/BlazorDateRangePicker/blob/master/BlazorDateRangePicker/DateRangePicker.razor#L17

AlexHolly avatar Jan 05 '23 12:01 AlexHolly