From b60eb4d20df152aaf9c456dc2a478a5aa631517d Mon Sep 17 00:00:00 2001 From: Jichao Zhong Date: Sat, 11 Jan 2020 07:18:46 -0800 Subject: [PATCH] Fix Documentation for Form API (#20830) --- components/form/demo/complex-form-control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/form/demo/complex-form-control.md b/components/form/demo/complex-form-control.md index 01a8d39f81..4821ff142d 100644 --- a/components/form/demo/complex-form-control.md +++ b/components/form/demo/complex-form-control.md @@ -14,7 +14,7 @@ title: - - + -+ // 直接包裹才会绑定表单 ++ // 直接包裹才会绑定表单 + description + ``` @@ -38,7 +38,7 @@ This demo show how to use `Form.Item` with multiple controls. ` -+ // that will bind input ++ // that will bind input + description + ```