Skip to content

Commit 2d62c84

Browse files
dimodintacheva
andauthored
Update knowledge-base/in-place-editor.md
Co-authored-by: Nadezhda Tacheva <[email protected]>
1 parent e949105 commit 2d62c84

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
@@ -35,7 +35,7 @@ The sample below uses an algorithm which toggles between read-only UI and an edi
3535
### How It Works
3636

3737
* `TelerikInPlaceEditor` is a generic component. It supports strings and most value types, including nullable types.
38-
* Initially, the component renders a clickable [Button]({%slug components/button/overview%}}) with [`Clear` `FillMode`]({%slug button-appearance%}) that shows the current `Value`.
38+
* Initially, the component renders a clickable [Button]({%slug components/button/overview%}) with [`Clear` `FillMode`]({%slug button-appearance%}) that shows the current `Value`.
3939
* The component detects the type of its `Value` and renders the appropriate Telerik editor:
4040
* [CheckBox]({%slug checkbox-overview%}}) for `bool`
4141
* [DatePicker]({%slug components/datepicker/overview%}}) for `DateTime` and `DateOnly`

0 commit comments

Comments
 (0)