aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/TimePicker.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TimePicker.jsx b/src/TimePicker.jsx
index fe07a47..7659bc7 100644
--- a/src/TimePicker.jsx
+++ b/src/TimePicker.jsx
@@ -288,6 +288,7 @@ export default class Picker extends Component {
288 onFocus={onFocus} 288 onFocus={onFocus}
289 onBlur={onBlur} 289 onBlur={onBlur}
290 autoFocus={autoFocus} 290 autoFocus={autoFocus}
291 onChange={noop}
291 /> 292 />
292 <span className={`${prefixCls}-icon`}/> 293 <span className={`${prefixCls}-icon`}/>
293 </span> 294 </span>