aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add showMinuteafc1632016-11-111-0/+1
|
* feat: 'addon' property supportArtem Vasiliev2016-10-201-0/+1
| | | | | | | | | | | | | | | | | | | ..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-4/+22
|
* remove gregorianCalendarLocale1.1.0yiminghe2016-01-141-1/+0
|
* update readme documentMG122015-12-161-3/+3
|
* add new options about disabled timeMG122015-12-121-20/+20
|
* lintyiminghe2015-12-051-3/+28
|
* add gregorianCalendarLocale prop1.0.0-alpha1yiminghe2015-11-271-5/+5
|
* fix value0.6.0yiminghe2015-11-191-1/+2
|
* update placement handle0.5.60.5.5MG122015-11-191-17/+19
|
* remove TimePanel and merge it to TimePicker0.3.20.3.10.3.0MG122015-11-171-16/+7
|
* remove toggle feature because rc-trigger included; update example and document0.2.0MG122015-11-161-2/+56
|
* Initial commit李兴2015-10-211-0/+2