You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/in-place-editor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The sample below uses an algorithm which toggles between read-only UI and an edi
46
46
* The component features a `ReadOnly` mode that controls the editability, for example, depending on user permissions.
47
47
* The `DisplayFormat` parameter affects the `Value` consistently in both read mode and edit mode.
48
48
* 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`.
50
50
* The `Class` parameter allows you to apply custom styles.
51
51
* The `Title` parameter allows you to show a tooltip hint on read mode.
52
52
* 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