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.
1 parent c9335cc commit 8618566Copy full SHA for 8618566
src/components/advanced-range-control/index.js
@@ -216,6 +216,8 @@ const AdvancedRangeControl = props => {
216
}
217
return _value === derivedValue && ( _unit === '' || _unit === unit )
218
} )
219
+ rangeValue = rangeValue === -1 ? '' : rangeValue
220
+
221
rangeOnChange = ( value, property = 'value' ) => {
222
if ( value === '' ) {
223
return _onChange( value )
0 commit comments