aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/TimePicker.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Add showMinuteafc1632016-11-111-9/+10
|
* update props orderafc1632016-11-111-2/+2
|
* feat: 'addon' property supportArtem Vasiliev2016-10-201-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.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
|
* change the className of panel and its container.MG122015-11-201-1/+1
|
* fix value0.6.0yiminghe2015-11-191-18/+26
|
* update placement handle0.5.60.5.5MG122015-11-191-2/+5
|
* change the className of select panel container0.5.40.5.30.5.2MG122015-11-191-1/+1
|
* clear input content and close select panel when click [x] on select panel0.5.10.5.0MG122015-11-191-10/+14
|
* clear input content when click [x] on select panelMG122015-11-181-1/+0
|
* fix bug0.4.0MG122015-11-171-2/+2
|
* fix bugs0.3.3MG122015-11-171-2/+4
|
* remove TimePanel and merge it to TimePicker0.3.20.3.10.3.0MG122015-11-171-14/+30
|
* remove toggle feature because rc-trigger included; update example and document0.2.0MG122015-11-161-0/+140