aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1 from cyrilfretlink/close-on-esc-propHEADmasterCyril Sobierajewicz2018-06-115-7/+18
|\ | | | | Add a prop to configure whether `<kbd>esc</kbd>` should close the panel
| * Add a prop to configure whether `<kbd>esc</kbd>` should close the panelCyril Sobierajewicz2018-06-115-7/+18
|/
* Merge pull request #97 from Julian-Jurai/add-id-attribute-to-input-elWei Zhu2018-03-122-1/+5
|\ | | | | Add id to input element
| * update READMEJulian2018-03-102-1/+2
| |
| * Add id to input elementJulian2018-03-101-1/+4
|/
* Bump 3.3.13.3.1Wei Zhu2018-02-231-1/+1
|
* Merge branch 'JesperWe-patch-2'Wei Zhu2018-02-231-1/+2
|\
| * Fix lintWei Zhu2018-02-231-2/+2
| |
| * Page input field should follow the readOnly input prop.Jesper We2018-02-221-1/+1
| |
| * Page input field should follow the readOnly input prop.Jesper We2018-02-211-1/+2
| | | | | | Without this mobile devices will briefly flash a virtual keyboard that then goes away.
* | Lift disabledHours to PanelWei Zhu2018-02-232-20/+27
| |
* | Merge pull request #87 from vahnag/masterWei Zhu2018-02-222-1/+129
|\ \ | |/ |/| Fixes #75: Disabled Hours for 12 hour picker
| * Add tests; fix the logicVahagn Aharonian2018-02-012-2/+126
| |
| * Fixes #75: Disabled Hours for 12 hour pickerVahagn Aharonian2017-12-021-1/+5
| |
* | Bump 3.3.03.3.0Wei Zhu2018-02-082-1/+6
| |
* | Add inputReadOnly to readmeWei Zhu2018-02-011-0/+1
| |
* | Merge branch 'abyr-readonly_header_input'Wei Zhu2018-02-014-3/+16
|\ \ | |/ |/|
| * Rename readOnlyInput to inputReadOnlyWei Zhu2018-02-014-12/+13
| |
| * make header input readonly by an optional propAleksandr Denisenko2017-11-173-3/+15
| |
* | Bump 3.2.13.2.1Wei Zhu2017-11-191-1/+1
| |
* | Add a noop onChange to remove react's warningWei Zhu2017-11-191-0/+1
|/ | | | > Warning: Failed prop type: You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`.
* Bump 3.2.03.2.0Wei Zhu2017-11-152-2/+6
|
* Add blur() and autoFocusWei Zhu2017-11-151-3/+9
|
* bump3.1.0afc1632017-11-022-1/+7
|
* Update react@16 and rc-triggerWei Zhu2017-11-022-3/+3
|
* Ignore lock filesWei Zhu2017-11-021-0/+2
|
* update styleafc1632017-10-221-2/+2
|
* Add example and fix styleafc1632017-10-223-0/+14
|
* update historyafc1632017-10-221-0/+1
|
* 3.0.0 :tada:3.0.0afc1632017-10-222-1/+10
|
* deps: upgrade to react@16afc1632017-10-222-4/+7
|
* Merge pull request #72 from marekpiechut/picker-step偏右2017-10-224-7/+60
|\ | | | | Add hourStep, minuteStep and secondStep props to control intervals in picker
| * Merge branch 'master' into picker-step偏右2017-10-227-6/+57
| |\
| * \ Merge branch 'master' into picker-step偏右2017-10-225-5/+62
| |\ \
| * | | Add hourStep, minuteStep and secondStep props to control intervals in pickerMarek Piechut2017-10-094-6/+59
| | | |
* | | | Fix disabled style, close #58afc1632017-10-222-11/+24
| | | |
* | | | update styleafc1632017-10-222-4/+4
| |_|/ |/| |
* | | Merge pull request #71 from ZaiusInc/focus-on-open偏右2017-10-226-3/+54
|\ \ \ | | | | | | | | add focusOnOpen option (#61)
| * \ \ Merge branch 'master' into focus-on-open偏右2017-10-225-5/+62
| |\ \ \ | | | |/ | | |/|
| * | | add test that covers focus on open codeLevi Lansing2017-09-281-0/+28
| | | |
| * | | select text when focusing time inputLevi Lansing2017-09-281-1/+4
| | | |
| * | | add focusOnOpen option (#61)Levi Lansing2017-09-275-3/+23
| | |/ | |/|
* | | Merge pull request #50 from sunlee-newyork/master偏右2017-10-221-2/+2
|\ \ \ | |_|/ |/| | Fix Select max-height and overflow
| * | Fix Select max-height and overflowSun Lee2017-06-161-2/+2
| | |
* | | Merge pull request #66 from react-component/refactor-string-refs偏右2017-10-221-2/+6
|\ \ \ | | | | | | | | Refactor string refs to callback
| * | | Refactor string refs to callbackWei Zhu2017-09-071-2/+6
| | |/ | |/|
* | | Merge pull request #60 from shoaibbhimani/master偏右2017-10-223-3/+13
|\ \ \ | | | | | | | | Add keydown function on header input
| * | | Add keydown function on header inputshoaibbhimani2017-08-243-3/+13
| | |/ | |/|
* | | Merge pull request #68 from csenk/focus-blur偏右2017-10-222-0/+43
|\ \ \ | |_|/ |/| | add focus/blur support.
| * | add focus/blur support.Christian Senk2017-09-122-0/+43
|/ /