aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/TimePicker.jsx
Commit message (Expand)AuthorAgeFilesLines
* Add a prop to configure whether `<kbd>esc</kbd>` should close the panelCyril Sobierajewicz2018-06-111-1/+4
* update READMEJulian2018-03-101-1/+1
* Add id to input elementJulian2018-03-101-1/+4
* 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
* Merge branch 'abyr-readonly_header_input'Wei Zhu2018-02-011-1/+4
|\
| * Rename readOnlyInput to inputReadOnlyWei Zhu2018-02-011-4/+4
| * make header input readonly by an optional propAleksandr Denisenko2017-11-171-1/+4
* | Add a noop onChange to remove react's warningWei Zhu2017-11-191-0/+1
|/
* Add blur() and autoFocusWei Zhu2017-11-151-3/+9
* Merge branch 'master' into picker-step偏右2017-10-221-1/+4
|\
| * Merge branch 'master' into focus-on-open偏右2017-10-221-1/+11
| |\
| * | add focusOnOpen option (#61)Levi Lansing2017-09-271-1/+4
* | | Merge branch 'master' into picker-step偏右2017-10-221-1/+11
|\ \ \ | | |/ | |/|
| * | Merge pull request #60 from shoaibbhimani/master偏右2017-10-221-1/+4
| |\ \
| | * | Add keydown function on header inputshoaibbhimani2017-08-241-1/+4
| | |/
| * / add focus/blur support.Christian Senk2017-09-121-0/+7
| |/
* / Add hourStep, minuteStep and secondStep props to control intervals in pickerMarek Piechut2017-10-091-1/+7
|/
* refactor: simplify exportparanoidjk2017-05-271-3/+1
* Add popupClassName2.4.0afc1632017-05-021-7/+28
* fix react createClass and PropTypes warningfix-react-15.5-warningafc1632017-04-141-53/+53
* fix narrow className2.3.3afc1632017-03-221-1/+2
* Updated 12 hours example, added default format for 12 hours mode, updated testsAntony Shaleynikov2017-03-021-1/+12
* show12Hours prop was renamed to use12HoursAntony Shaleynikov2017-03-021-4/+4
* Added 12hours display supportAntony Shaleynikov2017-03-011-1/+4
* Fix controlled openafc1632017-02-201-9/+6
* Merge branch 'master' of github.com:react-component/time-pickerafc1632017-02-201-1/+5
|\
| * Merge branch 'master' into feat-focus偏右2017-02-201-3/+8
| |\
| * | feat: support .focusBenjy Cui2017-02-101-1/+5
* | | fix lintafc1632017-02-201-2/+1
* | | Fix input autoCompleteafc1632017-02-201-0/+3
|\ \ \ | |_|/ |/| |
| * | add autocomplete optionAdam Misiorny2016-09-011-1/+4
* | | Merge branch 'master' into fix-ref-error偏右2017-02-201-2/+6
|\ \ \
| * | | Add prop for naming the inputAndreas Fehn2017-02-041-1/+3
| | |/ | |/|
* / | Fix react error about refsAndreas Fehn2017-02-041-2/+3
|/ /
* | fix panel classNameafc1632016-11-111-2/+2
* | Add showMinuteafc1632016-11-111-9/+10
* | update props orderafc1632016-11-111-2/+2
* | feat: 'addon' property supportArtem Vasiliev2016-10-201-0/+4
|/
* 2.x :boom:2.0.0yiminghe2016-08-041-38/+26
* add default prefixCls for panelyiminghe2016-07-131-0/+1
* fix 0.15 warning1.1.4yiminghe2016-03-311-11/+16
* remove gregorianCalendarLocale1.1.0yiminghe2016-01-141-14/+4
* update disabled optionsMG122015-12-141-6/+6
* add new options about disabled timeMG122015-12-121-7/+13
* fix className typo1.0.0-alpha4afc1632015-12-081-1/+1
* Add className prop1.0.0-alpha3afc1632015-12-081-2/+4
* add gregorianCalendarLocale prop1.0.0-alpha1yiminghe2015-11-271-38/+96
* change value to null when clear input content to remove the react warning.MG122015-11-201-1/+1