From 5cc33b01adc588924412e5e8c2ff38e60b13e096 Mon Sep 17 00:00:00 2001 From: Eddie Date: Wed, 15 Jun 2022 16:37:35 +0800 Subject: [PATCH] docs(components): [time-picker] remove invalid attribute (#7801) --- docs/en-US/component/time-picker.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en-US/component/time-picker.md b/docs/en-US/component/time-picker.md index d1e02104d5..f438ed74a1 100644 --- a/docs/en-US/component/time-picker.md +++ b/docs/en-US/component/time-picker.md @@ -52,7 +52,6 @@ time-picker/range | end-placeholder | placeholder for the end time in range mode | string | — | — | | is-range | whether to pick a time range | boolean | — | false | | arrow-control | whether to pick time using arrow buttons | boolean | — | false | -| align | alignment | left / center / right | left | | popper-class | custom class name for TimePicker's dropdown | string | — | — | | range-separator | range separator | string | — | '-' | | format | format of the displayed value in the input box | string | see [date formats](/en-US/component/date-picker#date-formats) | HH:mm:ss |