diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ API | |||
53 | | prefixCls | String | 'rc-time-picker' | prefixCls of this component | | 53 | | prefixCls | String | 'rc-time-picker' | prefixCls of this component | |
54 | | clearText | String | 'clear' | clear tooltip of icon | | 54 | | clearText | String | 'clear' | clear tooltip of icon | |
55 | | disabled | Boolean | false | whether picker is disabled | | 55 | | disabled | Boolean | false | whether picker is disabled | |
56 | | clearText | String | clear | clear text | | 56 | | allowEmpty | Boolean | true | allow clearing text | |
57 | | open | Boolean | false | current open state of picker. controlled prop | | 57 | | open | Boolean | false | current open state of picker. controlled prop | |
58 | | defaultValue | moment | null | default initial value | | 58 | | defaultValue | moment | null | default initial value | |
59 | | defaultOpenValue | moment | moment() | default open panel value, used to set utcOffset,locale if value/defaultValue absent | | 59 | | defaultOpenValue | moment | moment() | default open panel value, used to set utcOffset,locale if value/defaultValue absent | |