Skip to content

Commit 29e768f

Browse files
committed
fix UnconnectedNumeric onchange: made updating input field difficult
1 parent 2003b57 commit 29e768f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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}

src/styles/components/widgets/_numeric-input.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
.numeric-input__wrapper {
1919
line-height: 20px;
2020
max-width: 100%;
21-
width: 100%;
2221
display: flex;
2322
align-items: center;
2423
color: var(--color-text-base);

0 commit comments

Comments
 (0)