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 2003b57 commit 29e768fCopy full SHA for 29e768f
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}
src/styles/components/widgets/_numeric-input.scss
@@ -18,7 +18,6 @@
18
.numeric-input__wrapper {
19
line-height: 20px;
20
max-width: 100%;
21
- width: 100%;
display: flex;
align-items: center;
color: var(--color-text-base);
0 commit comments