diff options
author | yiminghe <yiminghe@gmail.com> | 2016-01-14 13:59:59 +0800 |
---|---|---|
committer | yiminghe <yiminghe@gmail.com> | 2016-01-14 13:59:59 +0800 |
commit | 6fc4e0e8e2f7bd8bbcbb759a69bc7b94930f131c (patch) | |
tree | 5e9a993e8f42c933912d677239a6705869c2c214 /README.md | |
parent | db4e4d6ec057ac1bff98d86bd1c42085ebc1b306 (diff) | |
download | time-picker-6fc4e0e8e2f7bd8bbcbb759a69bc7b94930f131c.tar.gz time-picker-6fc4e0e8e2f7bd8bbcbb759a69bc7b94930f131c.tar.zst time-picker-6fc4e0e8e2f7bd8bbcbb759a69bc7b94930f131c.zip |
remove gregorianCalendarLocale1.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -56,7 +56,6 @@ API | |||
56 | | open | Boolean | false | current open state of picker. controlled prop | | 56 | | open | Boolean | false | current open state of picker. controlled prop | |
57 | | defaultValue | GregorianCalendar | null | default initial value | | 57 | | defaultValue | GregorianCalendar | null | default initial value | |
58 | | value | GregorianCalendar | null | current value | | 58 | | value | GregorianCalendar | null | current value | |
59 | | gregorianCalendarLocale | GregorianCalendar locale object | null | if value and defaultValue not set, you should set this to your locale | | ||
60 | | placeholder | String | '' | time input's placeholder | | 59 | | placeholder | String | '' | time input's placeholder | |
61 | | showHour | Boolean | whether show hour | | | 60 | | showHour | Boolean | whether show hour | | |
62 | | showSecond | Boolean | whether show second | | | 61 | | showSecond | Boolean | whether show second | | |