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 9bd86c9 commit b150881Copy full SHA for b150881
src/components/fields/Numeric.js
@@ -22,7 +22,6 @@ export class UnconnectedNumeric extends Component {
22
step={this.props.step}
23
min={this.props.min}
24
max={this.props.max}
25
- onChange={this.props.updatePlot}
26
onUpdate={this.props.updatePlot}
27
showArrows={!this.props.hideArrows}
28
showSlider={this.props.showSlider}
0 commit comments