Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
293 stars 243 forks source link

Bootstar V4 #232

Closed trussss closed 5 years ago

trussss commented 5 years ago

Hello, you use 'col-xs-N' style from bootstrap, if(monthSize * 6 < calendarSize) { monthContainerClass += ' col-xs-2'; } else if(monthSize * 4 < calendarSize) { monthContainerClass += ' col-xs-3'; } else if(monthSize * 3 < calendarSize) { monthContainerClass += ' col-xs-4'; } else if(monthSize * 2 < calendarSize) { monthContainerClass += ' col-xs-6'; } else { monthContainerClass += ' col-xs-12'; } i found this only in one place in your .js file. Problem is bootstrap V4 doesn't support this style, and instead of this they use just 'col-3', can you fix it in you .js file ?

trussss commented 5 years ago

Sorry for creating dont saw - https://github.com/Paul-DS/bootstrap-year-calendar/issues/170 this problem is already exist