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
{{ message }}
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
If the default_date option is set to false, when calling pickmeup('.date').set_date(date); it is impossible to actually set the date of the element programatically. set_date() should change default_date for that element to true, so that the date will be displayed in the <input> element. Either that or provide a set_option() function to change any of the options. The only way I've found around this is to destroy and re-create the datepicker with that option set to true.
The text was updated successfully, but these errors were encountered:
If the
default_date
option is set tofalse
, when callingpickmeup('.date').set_date(date);
it is impossible to actually set the date of the element programatically.set_date()
should changedefault_date
for that element totrue
, so that the date will be displayed in the<input>
element. Either that or provide aset_option()
function to change any of the options. The only way I've found around this is to destroy and re-create the datepicker with that option set totrue
.The text was updated successfully, but these errors were encountered: