Planned
Last Updated: 17 Mar 2025 06:53 by ADMIN
Scheduled for 2025 Q2 (May)
Matthew
Created on: 14 Mar 2025 09:37
Category: UI for Blazor
Type: Bug Report
1
A newly created project template with Font Icons fails to build.

Creating a new WebApp project template through the extension fails to build. This is caused by incorrect icon type in the MainLayout.razor file.

To make sure the app is correctly built, the Icon type should be FontIcon.

<TelerikButton Icon="@FontIcon.Menu"
               FillMode="@ThemeConstants.Button.FillMode.Clear"
               OnClick="@( () => DrawerExpanded = !DrawerExpanded )" />
0 comments