Skip to content

Commit b80d7b1

Browse files
authored
Update knowledge-base/in-place-editor.md
1 parent 040a5a0 commit b80d7b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

knowledge-base/in-place-editor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The sample below uses an algorithm which toggles between read-only UI and an edi
4848
* The `Placeholder` parameter provides a helper label that will show when the `Value` is `null` or empty.
4949
* The `ShowIcon` parameter controls the visibility of an optional [SVG Icon]({%slug common-features-icons%}}#svgicon-component) that hints users about the ability to edit the component `Value`. The parameter is of type `InPlaceEditorShowIcon`, which is a custom enum and must be imported in both `TelerikInPlaceEditor.razor` and all `.razor` files that use `TelerikInPlaceEditor`.
5050
* 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.
51+
* `TelerikInPlaceEditor.razor.css` is a <a href="https://learn.microsoft.com/en-us/aspnet/core/blazor/components/css-isolation" target="_blank">CSS isolation file</a>. It depends on a `YourAppName.styles.css` file in `App.razor` to load.
5152

5253
### Example
5354

0 commit comments

Comments
 (0)