From fc7d7055d77d6ec43dc4fbb69ab22ea6d607766b Mon Sep 17 00:00:00 2001 From: PriyankaKarthikeyan14 Date: Fri, 19 Sep 2025 18:55:28 +0530 Subject: [PATCH] Docs(BLAZ-982804): Resolved the issue that leading icon is not loading correctly in the Blazor chip documentation preview sample --- blazor/chip/customization.md | 4 ++-- blazor/chip/types.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blazor/chip/customization.md b/blazor/chip/customization.md index f456f1f5cb..0987e3277b 100644 --- a/blazor/chip/customization.md +++ b/blazor/chip/customization.md @@ -77,7 +77,7 @@ You can add and customize the leading icon of chip using the [`LeadingIconCss`]( ``` -{% previewsample "https://blazorplayground.syncfusion.com/embed/BjrgirrwBoGkWnCI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} +{% previewsample "https://blazorplayground.syncfusion.com/embed/hZLeDksEzbMVhnKc?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} ![Customizing LeadingIcon of Blazor Chip](./images/blazor-chip-leading-icon.gif) @@ -116,7 +116,7 @@ You can add and customize the avatar of chip using the [`LeadingIconCss`](https: ``` -{% previewsample "https://blazorplayground.syncfusion.com/embed/BNrgCBhQLIvJWaER?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} +{% previewsample "https://blazorplayground.syncfusion.com/embed/BZrItusapbhiLdgI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} diff --git a/blazor/chip/types.md b/blazor/chip/types.md index 4d43fb1440..2fd99e0c8d 100644 --- a/blazor/chip/types.md +++ b/blazor/chip/types.md @@ -33,7 +33,7 @@ Input Chip holds information in compact form. It converts user input into chips. ``` -{% previewsample "https://blazorplayground.syncfusion.com/embed/VtLAWVrmVySxGUhD?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} +{% previewsample "https://blazorplayground.syncfusion.com/embed/BDhotaWuJwkKgwBO?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} ![Blazor Chip with Input Items](./images/blazor-chip-input-items.png)