freqdec / datePicker

An attempt at writing a flexible, framework free, feature-rich and accessible datepicker

Home Page:http://freqdec.github.io/datePicker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language not working properly when using staticPos

rhedman opened this issue · comments

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.