TypeError #64
ishanPradeep
started this conversation in
General
Replies: 1 comment
-
Hi @ishanPradeep can you share your input snippet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using safari OS,
I have a issue 'undefined is not an object (evaluating 'dayEl.innerText')'
duDatepicker("#startDate", {
root: "body",
clearBtn: false,
format: "mmm dd, yyyy",
i18n: new duDatepicker.i18n.Locale(months, null, days, null, null, 1),
minDate: 'Jan 22, 2025',
});
startDate Element is bellow
months array
["January", "February", "March", "April", "May","June","July","August","September","October","November","December"]
days array
["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
Beta Was this translation helpful? Give feedback.
All reactions