Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a new mode "leftStart" #1

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Adds a new mode "leftStart" #1

wants to merge 28 commits into from

Conversation

MPagel
Copy link

@MPagel MPagel commented Aug 8, 2018

in this new mode, a click in the left calendar panel corresponds with a change in the start date, whereas a click in the right panel selects a new end date. Highlighting and updating selection values on mouseover updated.

TNAJanssen and others added 28 commits May 16, 2018 11:04
Fix for maxDate.month is not a function and minDate.month is not a function
in this new mode, a click in the left calendar panel corresponds with a change in the start date, whereas a click in the right panel selects a new end date.  Highlighting and updating selection values on mouseover updated.
due in part to lack of glyphicons in current version of bootstrap
The bug happen because the old code assumed that the offset gonna be
smaller than 0 or bigger than the screen width when the calendar exceed
the screen. But what actually happened is that the browser change
the width of the pop-up to the remaining width.
Use a 24-hour format for comparing the current range with labels,
so that correct labels get selected when the timePicker option is
enabled and two labels are 12 hours apart in the same day.
…ection

Correctly calculate chosen label hour
Fix TypeError: moment is not a function(…)
Currently there's no way to distinguish a disabled date from one that's disabled and just from the prev/next month via css.
You can determine not disabled with `td.available.off`.   Items that are disabled and  not current month end up with the class "off off disabled" which can't be selected for specifically.   The isCustom is unable to be used to distinguish this either since it's not passed if it's the left or right calendar.
renderTimePicker fix if the selected minute or second are 0. If selected.minute() is 0, that would return false and default to timeSelector. Whatever that might be.
Bug with minYear & maxYear without min/max Date
fix(#1783): fixed a css bug that occurrence when `locale.direction` is ` ltr`
Fix NaN when using timePickerIncrement
Add identifying class to dates from prev/next month on calendar
Fix broken layout when the picker is too close to the window edge
1813: Wrong rendering for the time picker when using maxDate and maxSpan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants