Skip to content

Commit bc7dad6

Browse files
small bugfix
1 parent ec37c48 commit bc7dad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/widgets/NumericInput.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default class NumericInput extends Component {
1414
this.state = {value: props.value};
1515
this.onChange = this.onChange.bind(this);
1616
this.updateValue = this.updateValue.bind(this);
17+
this.onKeyDown = this.onKeyDown.bind(this);
1718
}
1819

1920
componentWillReceiveProps(nextProps) {

0 commit comments

Comments
 (0)