Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a prop to configure whether `<kbd>esc</kbd>` should close the panel | Cyril Sobierajewicz | 2018-06-11 | 3 | -3/+9 |
| | |||||
* | update README | Julian | 2018-03-10 | 1 | -1/+1 |
| | |||||
* | Add id to input element | Julian | 2018-03-10 | 1 | -1/+4 |
| | |||||
* | Merge branch 'JesperWe-patch-2' | Wei Zhu | 2018-02-23 | 1 | -1/+2 |
|\ | |||||
| * | Fix lint | Wei Zhu | 2018-02-23 | 1 | -2/+2 |
| | | |||||
| * | Page input field should follow the readOnly input prop. | Jesper We | 2018-02-22 | 1 | -1/+1 |
| | | |||||
| * | Page input field should follow the readOnly input prop. | Jesper We | 2018-02-21 | 1 | -1/+2 |
| | | | | | | Without this mobile devices will briefly flash a virtual keyboard that then goes away. | ||||
* | | Lift disabledHours to Panel | Wei Zhu | 2018-02-23 | 2 | -20/+27 |
| | | |||||
* | | Merge pull request #87 from vahnag/master | Wei Zhu | 2018-02-22 | 1 | -1/+9 |
|\ \ | |/ |/| | Fixes #75: Disabled Hours for 12 hour picker | ||||
| * | Add tests; fix the logic | Vahagn Aharonian | 2018-02-01 | 1 | -2/+6 |
| | | |||||
| * | Fixes #75: Disabled Hours for 12 hour picker | Vahagn Aharonian | 2017-12-02 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'abyr-readonly_header_input' | Wei Zhu | 2018-02-01 | 3 | -3/+15 |
|\ \ | |/ |/| | |||||
| * | Rename readOnlyInput to inputReadOnly | Wei Zhu | 2018-02-01 | 3 | -12/+12 |
| | | |||||
| * | make header input readonly by an optional prop | Aleksandr Denisenko | 2017-11-17 | 3 | -3/+15 |
| | | |||||
* | | Add a noop onChange to remove react's warning | Wei Zhu | 2017-11-19 | 1 | -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`. | ||||
* | Add blur() and autoFocus | Wei Zhu | 2017-11-15 | 1 | -3/+9 |
| | |||||
* | Merge branch 'master' into picker-step | 偏右 | 2017-10-22 | 3 | -3/+20 |
|\ | |||||
| * | Merge branch 'master' into focus-on-open | 偏右 | 2017-10-22 | 4 | -5/+26 |
| |\ | |||||
| * | | select text when focusing time input | Levi Lansing | 2017-09-28 | 1 | -1/+4 |
| | | | |||||
| * | | add focusOnOpen option (#61) | Levi Lansing | 2017-09-27 | 3 | -2/+16 |
| | | | |||||
* | | | Merge branch 'master' into picker-step | 偏右 | 2017-10-22 | 4 | -5/+26 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #66 from react-component/refactor-string-refs | 偏右 | 2017-10-22 | 1 | -2/+6 |
| |\ \ | | | | | | | | | Refactor string refs to callback | ||||
| | * | | Refactor string refs to callback | Wei Zhu | 2017-09-07 | 1 | -2/+6 |
| | |/ | |||||
| * | | Merge pull request #60 from shoaibbhimani/master | 偏右 | 2017-10-22 | 3 | -3/+13 |
| |\ \ | | | | | | | | | Add keydown function on header input | ||||
| | * | | Add keydown function on header input | shoaibbhimani | 2017-08-24 | 3 | -3/+13 |
| | |/ | |||||
| * / | add focus/blur support. | Christian Senk | 2017-09-12 | 1 | -0/+7 |
| |/ | |||||
* / | Add hourStep, minuteStep and secondStep props to control intervals in picker | Marek Piechut | 2017-10-09 | 2 | -6/+22 |
|/ | |||||
* | refactor: simplify export | paranoidjk | 2017-05-27 | 2 | -5/+2 |
| | |||||
* | Add popupClassName2.4.0 | afc163 | 2017-05-02 | 1 | -7/+28 |
| | |||||
* | Fix panel.close2.3.5 | afc163 | 2017-04-21 | 1 | -0/+5 |
| | | | | close ant-design/ant-design#5829 | ||||
* | fix react createClass and PropTypes warningfix-react-15.5-warning | afc163 | 2017-04-14 | 5 | -147/+141 |
| | |||||
* | fix narrow className2.3.3 | afc163 | 2017-03-22 | 1 | -1/+2 |
| | |||||
* | Fix the bug the Select's scrollbar flashes repeatedly in Chrome/macOS when ↵ | caojunchao | 2017-03-09 | 1 | -2/+22 |
| | | | | always show scroll bars | ||||
* | Fixed unwanted exception on missed value | Antony Shaleynikov | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Fixed lowercased AM/PM handling | Antony Shaleynikov | 2017-03-06 | 1 | -2/+3 |
| | |||||
* | Added support for lower/uppercase of AM/PM selectors | Antony Shaleynikov | 2017-03-06 | 1 | -2/+6 |
| | |||||
* | Tests and 12PM -> 12AM switching fixed | Antony Shaleynikov | 2017-03-02 | 1 | -6/+3 |
| | |||||
* | Updated 12 hours example, added default format for 12 hours mode, updated tests | Antony Shaleynikov | 2017-03-02 | 2 | -19/+26 |
| | |||||
* | show12Hours prop was renamed to use12Hours | Antony Shaleynikov | 2017-03-02 | 3 | -17/+17 |
| | |||||
* | Added 12hours display support | Antony Shaleynikov | 2017-03-01 | 4 | -10/+80 |
| | |||||
* | Fix controlled open | afc163 | 2017-02-20 | 1 | -9/+6 |
| | |||||
* | Merge branch 'master' of github.com:react-component/time-picker | afc163 | 2017-02-20 | 1 | -1/+5 |
|\ | |||||
| * | Merge branch 'master' into feat-focus | 偏右 | 2017-02-20 | 1 | -3/+8 |
| |\ | |||||
| * | | feat: support .focus | Benjy Cui | 2017-02-10 | 1 | -1/+5 |
| | | | |||||
* | | | fix lint | afc163 | 2017-02-20 | 1 | -2/+1 |
| | | | |||||
* | | | Fix input autoComplete | afc163 | 2017-02-20 | 1 | -0/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | add autocomplete option | Adam Misiorny | 2016-09-01 | 1 | -1/+4 |
| | | | |||||
* | | | Merge branch 'master' into fix-ref-error | 偏右 | 2017-02-20 | 1 | -2/+6 |
|\ \ \ | |||||
| * | | | Add prop for naming the input | Andreas Fehn | 2017-02-04 | 1 | -1/+3 |
| | |/ | |/| | |||||
* / | | Fix react error about refs | Andreas Fehn | 2017-02-04 | 1 | -2/+3 |
|/ / |