From a18b1c15790f8d083f057bcd4a4f96d298b8d38d Mon Sep 17 00:00:00 2001 From: siva kumar Date: Mon, 19 Nov 2018 17:55:00 +0530 Subject: [PATCH] [ADF-3760] Change the documentation for the Form Field Component mapping (#3982) --- docs/core/form-field.component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/form-field.component.md b/docs/core/form-field.component.md index 0c7380c00a..c1954c3089 100644 --- a/docs/core/form-field.component.md +++ b/docs/core/form-field.component.md @@ -54,7 +54,7 @@ Forms defined in APS have the following default mappings for the form fields: | Hyperlink | hyperlink | [`HyperlinkWidgetComponent`](../../lib/core/form/components/widgets/hyperlink/hyperlink.widget.ts) | | Header | group | [`ContainerWidgetComponent`](../../lib/core/form/components/widgets/container/container.widget.ts) | | Attach File | upload | AttachWidgetComponent or [`UploadWidgetComponent`](../../lib/core/form/components/widgets/upload/upload.widget.ts) (based on metadata) | -| Display value | readonly | DisplayValueWidgetComponent | -| Display text | readonly-text | [`DisplayTextWidgetComponentComponent`](../../lib/core/form/components/widgets/display-text/display-text.widget.ts) | +| Display value | readonly | [`TextWidgetComponent`] (../../lib/core/form/components/widgets/text/text.widget.ts) | +| Display text | readonly-text | [`DisplayTextWidgetComponent`](../../lib/core/form/components/widgets/display-text/display-text.widget.ts) | | N/A | container | [`ContainerWidgetComponent`](../../lib/core/form/components/widgets/container/container.widget.ts) (layout component) | | N/A | N/A | [`UnknownWidgetComponent`](../../lib/core/form/components/widgets/unknown/unknown.widget.ts) |