We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9be525 commit b3bfa18Copy full SHA for b3bfa18
src/components/datepicker.js
@@ -18,6 +18,23 @@ const semanticInputProps = [
18
'label',
19
'loading',
20
'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',
38
'placeholder',
39
'required',
40
'size',
0 commit comments