We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9a6549 + 2102d02 commit a992b59Copy full SHA for a992b59
2 files changed
src/components/rangeselector/defaults.js
@@ -57,6 +57,8 @@ function buttonsDefaults(containerIn, containerOut) {
57
buttonIn = buttonsIn[i];
58
buttonOut = {};
59
60
+ if(!Lib.isPlainObject(buttonIn)) continue;
61
+
62
var step = coerce('step');
63
if(step !== 'all') {
64
coerce('stepmode');
0 commit comments