Skip to content

Commit a6634e2

Browse files
committed
kb: Fix broken link
1 parent 85bd6fa commit a6634e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/in-place-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The sample below uses an algorithm which toggles between read-only UI and an edi
4646
* The component features a `ReadOnly` mode that controls the editability, for example, depending on user permissions.
4747
* The `DisplayFormat` parameter affects the `Value` consistently in both read mode and edit mode.
4848
* The `Placeholder` parameter provides a helper label that will show when the `Value` is `null` or empty.
49-
* The `ShowIcons` parameter controls the visibility of optional [SVG Icons]({%slug common-features-icons%}}#svgicon-component). The icons hint users about the ability to edit the component `Value` or provide clickable **Save** and **Cancel** commands in edit mode. The parameter is of type `InPlaceEditorShowIcons`, which is a custom enum and must be imported in both `InPlaceEditor.razor` and all `.razor` files that use `InPlaceEditor`.
49+
* The `ShowIcons` parameter controls the visibility of optional [SVG Icons]({%slug common-features-icons%}#svgicon-component). The icons hint users about the ability to edit the component `Value` or provide clickable **Save** and **Cancel** commands in edit mode. The parameter is of type `InPlaceEditorShowIcons`, which is a custom enum and must be imported in both `InPlaceEditor.razor` and all `.razor` files that use `InPlaceEditor`.
5050
* The `Class` parameter allows you to apply custom styles.
5151
* The `Title` parameter allows you to show a tooltip hint on read mode.
5252
* To [see invalid state styling and validation messages in Forms]({%slug inputs-kb-validate-child-component%}), pass the respective `ValueExpression` values to the `InPlaceEditor` component.

0 commit comments

Comments
 (0)