|
.classList.add(`${this.options.styles.clockNum}--active`); |
Throws error :
Cannot read property 'classList' of undefined
If the options.default value for minutes can not be divided into 5
If picker is integrated in existing project. I think there must be a way to be intercepted and not as is currently throwing error.
material-datetime-picker/lib/js/index.js
Line 411 in 476b08b
Throws error :
If the options.default value for minutes can not be divided into 5
If picker is integrated in existing project. I think there must be a way to be intercepted and not as is currently throwing error.