Skip to content

Commit b3bfa18

Browse files
committed
fix(datepicker): Passing down events to the Input component
1 parent e9be525 commit b3bfa18

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/components/datepicker.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@ const semanticInputProps = [
1818
'label',
1919
'loading',
2020
'name',
21+
'onBlur',
22+
'onChange',
23+
'onClick',
24+
'onContextMenu',
25+
'onDoubleClick',
26+
'onFocus',
27+
'onInput',
28+
'onKeyDown',
29+
'onKeyPress',
30+
'onKeyUp',
31+
'onMouseDown',
32+
'onMouseEnter',
33+
'onMouseLeave',
34+
'onMouseMove',
35+
'onMouseOut',
36+
'onMouseOver',
37+
'onMouseUp',
2138
'placeholder',
2239
'required',
2340
'size',

0 commit comments

Comments
 (0)