You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keyboard handling is borked on pages with more than one datepick control. There's a $() call which isn't scoped properly because inst.div is undefined for inline datepickers.
I fixed it by changing the following code on line 1508:
Keyboard handling is borked on pages with more than one datepick control. There's a
$()
call which isn't scoped properly becauseinst.div
is undefined for inline datepickers.I fixed it by changing the following code on line 1508:
to this:
The text was updated successfully, but these errors were encountered: