ErrLookup › Dogfalo/materialize
Dogfalo/materialize
Materialize, a CSS Framework based on Material Design · JavaScript · 37 source files
Analyzed at 824e78248b on 2026-08-13. 33 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| noUiSlider: 'range' contains invalid value. | validation | error | config, validation, range, type-coercion, initialization |
| noUiSlider: 'range' value isn't numeric. | validation | error | config, validation, range, numeric, initialization |
| noUiSlider: 'limit', 'margin' and 'padding' must be divisibl | validation | error | config, validation, step, margin, limit, padding, floating-point |
| noUiSlider: 'step' is not numeric. | validation | error | config, validation, step, type-coercion |
| noUiSlider: 'range' is not an object. | validation | error | config, validation, range, type-error |
| noUiSlider: Missing 'min' or 'max' in 'range'. | validation | error | config, validation, range |
| noUiSlider: 'range' 'min' and 'max' cannot be equal. | validation | error | config, validation, range |
| noUiSlider: 'start' option is incorrect. | validation | error | config, validation, start, initialization |
| noUiSlider: 'snap' option must be a boolean. | validation | error | config, validation, snap, boolean |
| noUiSlider: 'animate' option must be a boolean. | validation | error | config, validation, animate, boolean |
| noUiSlider: 'animationDuration' option must be a number. | validation | error | config, validation, animation-duration, type-coercion |
| noUiSlider: 'connect' option doesn't match handle count. | validation | error | config, validation, connect, handles |
| noUiSlider: 'orientation' option is invalid. | validation | error | config, validation, orientation |
| noUiSlider: 'margin' option must be numeric. | validation | error | config, validation, margin, type-coercion |
| noUiSlider: 'margin' option is only supported on linear slid | validation | error | config, validation, margin, linear-range |
| noUiSlider: 'limit' option must be numeric. | validation | error | config, validation, limit, type-coercion |
| noUiSlider: 'limit' option is only supported on linear slide | validation | error | config, validation, limit, handles, linear-range |
| noUiSlider: 'padding' option must be numeric. | validation | error | config, validation, padding, type-coercion |
| noUiSlider: 'padding' option is only supported on linear sli | validation | error | config, validation, padding, linear-range |
| noUiSlider: 'padding' option must be a positive number. | validation | error | config, validation, padding, positive |
| noUiSlider: 'padding' option must be less than half the rang | validation | error | nouislider, validation, configuration, range |
| noUiSlider: 'direction' option was not recognized. | validation | error | nouislider, validation, configuration, string-literal |
| noUiSlider: 'behaviour' must be a string containing options. | validation | error | nouislider, validation, configuration, type-error |
| noUiSlider: 'fixed' behaviour must be used with 2 handles | validation | error | nouislider, validation, configuration, handles |
| noUiSlider: must pass a formatter for all handles. | validation | error | nouislider, validation, configuration, tooltips |
| noUiSlider: 'tooltips' must be passed a formatter or 'false' | validation | error | nouislider, validation, configuration, tooltips |
| noUiSlider: 'format' requires 'to' and 'from' methods. | validation | error | nouislider, validation, configuration, formatter, wnumb |
| noUiSlider: 'cssPrefix' must be a string or `false`. | validation | error | nouislider, validation, configuration, css |
| noUiSlider: 'cssClasses' must be an object. | validation | error | nouislider, validation, configuration, css |
| noUiSlider: 'useRequestAnimationFrame' option should be true | validation | error | nouislider, validation, configuration, boolean, animation |
| noUiSlider: '${name}' is required. | validation | error | nouislider, validation, configuration, required-option |
| Slider was already initialized. | exception | error | nouislider, lifecycle, initialization, react, double-init |
| noUiSlider.create requires a single element. | exception | error | nouislider, initialization, dom, type-error |