vitalets/combodate

minuteStep cannot be set via data-minuteStep attribute...

Opened this issue · 1 comments

hdngr commented

My guess is it has something to do with the attribute being coerced into a number or string at some point, but I have not investigated...

It's not clear in the documentation but you should use data-minute-step. This has to do with the casing of data object returned by jquery. data-minuteStep and data-minutestep both are presented as the property minutestep which doesn't override the default option minuteStep.