Skip to content

Commit b150881

Browse files
committed
fix UnconnectedNumeric onchange: made updating input field difficult
1 parent 9bd86c9 commit b150881

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/fields/Numeric.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export class UnconnectedNumeric extends Component {
2222
step={this.props.step}
2323
min={this.props.min}
2424
max={this.props.max}
25-
onChange={this.props.updatePlot}
2625
onUpdate={this.props.updatePlot}
2726
showArrows={!this.props.hideArrows}
2827
showSlider={this.props.showSlider}

0 commit comments

Comments
 (0)