jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

5.3.1 is missing base option for blackDatesPeriod #489

Closed CapDev closed 5 years ago

CapDev commented 5 years ago

When opening a calbox there is the cannot read property '0' of undefined error.

This is coming from the blackDatesPeriod function and can be resolved by adding the following line within the options:

        blackDatesPeriod: false,
jtsage commented 5 years ago

dumb. just a minute. 5.3.2 here we come.

jtsage commented 5 years ago

build and pushed to live site. That's my bad - didn't crop up in testing, as I was testing just that feature, and it was of course set to something.

CapDev commented 5 years ago

That has fixed it. Thanks.