What's expected: if `showToLeft === true` the datepicker popup should appear on the left side. What's actually happening: Popup aligned to right if `showToLeft === true` and aligned left if `showToLeft === false`.
What's expected: if
showToLeft === truethe datepicker popup should appear on the left side.What's actually happening: Popup aligned to right if
showToLeft === trueand aligned left ifshowToLeft === false.