Gillardo / bootstrap-ui-datetime-picker

AngularJs directive to allow use of the bootstrap UI date/time pickers in a single dropdown
MIT License
306 stars 168 forks source link

date-picker positioning off screen when control is near edge (right/bottom) of window #228

Open daric81 opened 5 years ago

daric81 commented 5 years ago

Hi,

It would be great if the popup calendar could calculate its position so that it doesn't ever appear off screen. the original angular ui datepicker seems to work. see plunkr.

plnkr

Gillardo commented 5 years ago

happy to accept PR, i just havent got the time to do this at the moment due to other work commitments. I have done it on the angular4 version of the plugin, so maybe that could help someone, or look at the source that original angular ui uses?

daric81 commented 5 years ago

fair enough.

pablohectorg commented 5 years ago

I have the same problem here, i try to solve with uib-datepicker-popup settings but for some reason this doesnt work... can you help me please?