Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Merge branch 'abyr-readonly_header_input' | Wei Zhu | 2018-02-01 | 1 | -1/+4 |
|\ | |||||
| * | Rename readOnlyInput to inputReadOnly | Wei Zhu | 2018-02-01 | 1 | -4/+4 |
| | | |||||
| * | make header input readonly by an optional prop | Aleksandr Denisenko | 2017-11-17 | 1 | -1/+4 |
| | | |||||
* | | 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 | 1 | -1/+4 |
|\ | |||||
| * | Merge branch 'master' into focus-on-open | 偏右 | 2017-10-22 | 1 | -1/+11 |
| |\ | |||||
| * | | add focusOnOpen option (#61) | Levi Lansing | 2017-09-27 | 1 | -1/+4 |
| | | | |||||
* | | | Merge branch 'master' into picker-step | 偏右 | 2017-10-22 | 1 | -1/+11 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #60 from shoaibbhimani/master | 偏右 | 2017-10-22 | 1 | -1/+4 |
| |\ \ | | | | | | | | | Add keydown function on header input | ||||
| | * | | Add keydown function on header input | shoaibbhimani | 2017-08-24 | 1 | -1/+4 |
| | |/ | |||||
| * / | 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 | 1 | -1/+7 |
|/ | |||||
* | refactor: simplify export | paranoidjk | 2017-05-27 | 1 | -3/+1 |
| | |||||
* | Add popupClassName2.4.0 | afc163 | 2017-05-02 | 1 | -7/+28 |
| | |||||
* | fix react createClass and PropTypes warningfix-react-15.5-warning | afc163 | 2017-04-14 | 1 | -53/+53 |
| | |||||
* | fix narrow className2.3.3 | afc163 | 2017-03-22 | 1 | -1/+2 |
| | |||||
* | Updated 12 hours example, added default format for 12 hours mode, updated tests | Antony Shaleynikov | 2017-03-02 | 1 | -1/+12 |
| | |||||
* | show12Hours prop was renamed to use12Hours | Antony Shaleynikov | 2017-03-02 | 1 | -4/+4 |
| | |||||
* | Added 12hours display support | Antony Shaleynikov | 2017-03-01 | 1 | -1/+4 |
| | |||||
* | 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 |
|/ / | |||||
* | | fix panel className | afc163 | 2016-11-11 | 1 | -2/+2 |
| | | |||||
* | | Add showMinute | afc163 | 2016-11-11 | 1 | -9/+10 |
| | | |||||
* | | update props order | afc163 | 2016-11-11 | 1 | -2/+2 |
| | | |||||
* | | feat: 'addon' property support | Artem Vasiliev | 2016-10-20 | 1 | -0/+4 |
|/ | | | | | | | | | | | | | | | | | | | ..to be able to render something like OK button to timepicker: ``` <TimePicker allowEmpty={false} addon={panel => { return ( <div className="row"> <a role="button" className="btn btn-sm btn-default" onClick={() => panel.close()}> {__('OK')} </a> </div> ) }} /> ``` | ||||
* | 2.x :boom:2.0.0 | yiminghe | 2016-08-04 | 1 | -38/+26 |
| | |||||
* | add default prefixCls for panel | yiminghe | 2016-07-13 | 1 | -0/+1 |
| | |||||
* | fix 0.15 warning1.1.4 | yiminghe | 2016-03-31 | 1 | -11/+16 |
| | |||||
* | remove gregorianCalendarLocale1.1.0 | yiminghe | 2016-01-14 | 1 | -14/+4 |
| | |||||
* | update disabled options | MG12 | 2015-12-14 | 1 | -6/+6 |
| | |||||
* | add new options about disabled time | MG12 | 2015-12-12 | 1 | -7/+13 |
| | |||||
* | fix className typo1.0.0-alpha4 | afc163 | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Add className prop1.0.0-alpha3 | afc163 | 2015-12-08 | 1 | -2/+4 |
| | |||||
* | add gregorianCalendarLocale prop1.0.0-alpha1 | yiminghe | 2015-11-27 | 1 | -38/+96 |
| | |||||
* | change value to null when clear input content to remove the react warning. | MG12 | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | change the className of panel and its container. | MG12 | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | fix value0.6.0 | yiminghe | 2015-11-19 | 1 | -18/+26 |
| | |||||
* | update placement handle0.5.60.5.5 | MG12 | 2015-11-19 | 1 | -2/+5 |
| | |||||
* | change the className of select panel container0.5.40.5.30.5.2 | MG12 | 2015-11-19 | 1 | -1/+1 |
| |