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
I've got two simplePickers, for starts at and ends at
var sa_simplePicker = new SimplePicker(['input#starts_at', {zIndex: 100}]);
var ea_simplePicker = new SimplePicker(['input#ends_at', {zIndex: 100}]);
and some simple js to open these when each input is focused. That works fine, but when I have both enabled, in either when popped up, if I click next month it goes forwards two months, And when I close the popup and the on submit function fires, it fires for both (that function just outputs the readableDate to the input value - it ends up in both.
The text was updated successfully, but these errors were encountered:
I've got two simplePickers, for starts at and ends at
var sa_simplePicker = new SimplePicker(['input#starts_at', {zIndex: 100}]);
var ea_simplePicker = new SimplePicker(['input#ends_at', {zIndex: 100}]);
and some simple js to open these when each input is focused. That works fine, but when I have both enabled, in either when popped up, if I click next month it goes forwards two months, And when I close the popup and the on submit function fires, it fires for both (that function just outputs the readableDate to the input value - it ends up in both.
The text was updated successfully, but these errors were encountered: