aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/input/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/input/index.tsx')
-rw-r--r--src/components/ui/input/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/input/index.tsx b/src/components/ui/input/index.tsx
index c61efe570..225517ba8 100644
--- a/src/components/ui/input/index.tsx
+++ b/src/components/ui/input/index.tsx
@@ -172,7 +172,7 @@ class Input extends Component<IProps, IState> {
172 onFocus={onFocus} 172 onFocus={onFocus}
173 onBlur={onBlur} 173 onBlur={onBlur}
174 disabled={disabled} 174 disabled={disabled}
175 onKeyPress={this.onInputKeyPress.bind(this)} 175 onKeyUp={this.onInputKeyPress.bind(this)}
176 min={min} 176 min={min}
177 max={max} 177 max={max}
178 step={step} 178 step={step}