]> git.immae.eu Git - github/fretlink/time-picker.git/commitdiff
Merge pull request #60 from shoaibbhimani/master
author偏右 <afc163@gmail.com>
Sun, 22 Oct 2017 08:21:13 +0000 (16:21 +0800)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2017 08:21:13 +0000 (16:21 +0800)
Add keydown function on header input

1  2 
src/TimePicker.jsx

index 6e164579bb6242452c750c14254d69565abeae9f,0b985dd41b052498bc0e0a69fa436c65d02dcc29..271515da4af3973ac5ed0486c3bbc1f1e8948a6d
@@@ -71,10 -70,9 +72,11 @@@ export default class Picker extends Com
      onChange: noop,
      onOpen: noop,
      onClose: noop,
 +    onFocus: noop,
 +    onBlur: noop,
      addon: noop,
      use12Hours: false,
+     onKeyDown: noop,
    };
  
    constructor(props) {