freqdec / datePicker

An attempt at writing a flexible, framework free, feature-rich and accessible datepicker
http://freqdec.github.io/datePicker/
MIT License
171 stars 56 forks source link

Language not working properly when using staticPos #80

Open rhedman opened 5 years ago

rhedman commented 5 years ago

Hi! I have problems when using staticPos which for some reason makes the datepicker not reading dayAbbrs from the languagefile but falls back to english. Months still work fine. As soon as i set staticPos to false dayAbbrs works again. Am I missing something?

EDIT: Seems to be affecting most browsers but not IE/Edge for some reason.

EDIT2: If I set a timeOut before running the createDatePicker() function it works i other browsers as well.