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

Fix for issue #26. Solved Safari bug #43

Closed dkeeghan closed 9 years ago

dkeeghan commented 10 years ago

Removed implicit conversion of string to object when trying to store the defaultVal of the element. Moved this to a new object with the same key of elemID to store the value instead.

Xaerxess commented 10 years ago

+1, @freqdec please merge this pull request to your master, it also fixes #47.

freqdec commented 9 years ago

I'm back from the dead as it where. Many thanks for the fix, much appreciated.