diff options
author | Santan Maddi <saisantan2004@gmail.com> | 2017-03-28 15:46:25 +0800 |
---|---|---|
committer | Santan Maddi <saisantan2004@gmail.com> | 2017-03-28 15:46:25 +0800 |
commit | 96d6133e892707d64e27276bc9655f398cd85bd6 (patch) | |
tree | 19409db3a1e9b40f8782ab7330ec5fbef636ecd9 | |
parent | e8afb726f43d98255405f3a0250809d9d3ae33b5 (diff) | |
download | time-picker-96d6133e892707d64e27276bc9655f398cd85bd6.tar.gz time-picker-96d6133e892707d64e27276bc9655f398cd85bd6.tar.zst time-picker-96d6133e892707d64e27276bc9655f398cd85bd6.zip |
remove duplicate clearText and add allowEmpty instead
-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 | |