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 ec37c48 commit bc7dad6Copy full SHA for bc7dad6
src/components/widgets/NumericInput.js
@@ -14,6 +14,7 @@ export default class NumericInput extends Component {
14
this.state = {value: props.value};
15
this.onChange = this.onChange.bind(this);
16
this.updateValue = this.updateValue.bind(this);
17
+ this.onKeyDown = this.onKeyDown.bind(this);
18
}
19
20
componentWillReceiveProps(nextProps) {
0 commit comments