jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
182 stars 35 forks source link

Make sure Calendar is always visible #82

Open AlexHolly opened 1 year ago

AlexHolly commented 1 year ago

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