From 1c68f17b81caf754a0ee5af0a9ad1df83fc7ef37 Mon Sep 17 00:00:00 2001 From: Infinity <305870677@qq.com> Date: Fri, 15 Jul 2016 11:11:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BATimePicker=E5=A2=9E=E5=8A=A0=E5=AE=9A?= =?UTF-8?q?=E5=88=B6anchor=E7=9A=84API=20(#2390)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/time-picker/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/time-picker/index.md b/components/time-picker/index.md index e12612ecc3..6cbcf8bda7 100644 --- a/components/time-picker/index.md +++ b/components/time-picker/index.md @@ -33,6 +33,7 @@ API | disabledMinutes | 禁止选择部分分钟选项 | function(selectedHour) | 无 | | disabledSeconds | 禁止选择部分秒选项 | function(selectedHour, selectedMinute) | 无 | | hideDisabledOptions | 隐藏禁止选择的选项 | boolean | false | +| getPopupContainer | 定义浮层的容器,默认为 body 上新建 div | function(trigger) | 无 | | locale | 国际化配置 | Object | [默认配置](https://github.com/ant-design/ant-design/issues/1270#issuecomment-201181384) |