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
Clicking the 'next month' button without any value in the input close the the datepicker
Tested with FF 40.0.2 & Chrome 44.0.2403.157 m & Safari 5.1.7 (all on PC with win 8.1)
Anyone got an idea of what the source of this issue is ?
And BTW thank you for sharing this awesome work, it's a pleasure to work with !
edit :
i found an ugly workaround : put my placeholder text as inital value of the date field
in this case, to prevent the placeholder value to being sended, you'll need to run onStart: function () { this._hidden.value=''; } when you have no value set to the form field
The text was updated successfully, but these errors were encountered:
Resolved mine. Turns out i put the input inside a label.
Clicking the label activates the input. The whole picker + backdrop is placed in the label, so clicking the backdrop (or anywhere in the popup) activated the picker again and caused the picker to close and open.
It looks likes this bug occurs again :
#112
Clicking the 'next month' button without any value in the input close the the datepicker
Tested with FF 40.0.2 & Chrome 44.0.2403.157 m & Safari 5.1.7 (all on PC with win 8.1)
Anyone got an idea of what the source of this issue is ?
And BTW thank you for sharing this awesome work, it's a pleasure to work with !
edit :
onStart: function () { this._hidden.value=''; }
when you have no value set to the form fieldThe text was updated successfully, but these errors were encountered: