You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the exact same error, but only for my first date field on the page and only in chrome. I'm not setting maxDate at all. Using the workaround described in #211 does not change anything.
let lang = window.navigator.language || 'de';
const calendars = bulmaCalendar.attach('[type="date"]', {
lang: lang,
dateFormat: 'YYYY-MM-DD',
weekStart: 1
});
Bug Report
Source
https://cdn.jsdelivr.net/npm/[email protected]/bulma-calendar/dist/js/bulma-calendar.min.js
Environment
Current Behavior
Input Code
Steps to reproduce
See input/initialization code above
The text was updated successfully, but these errors were encountered: