Pieter
Pieter
I was trying to debug this further. mdc-dialog-scroll-lock appears in matBlazor.js. Is there a non minified source version of this somewhere?
@Christian-Oleson I did some further analyses, and it is a bit more complicated than I can handle I am afraid. BaseMatNumericUpDownFieldInternal inherits from MatInputTextComponent MatInputTextComponent shows the trailing icon to...
@enkodellc Thanks! It works slightly better with: .mdc-text-field--with-trailing-icon .mat-text-field-actions-container { margin-right: 9px; padding-right: 22px; } This makes the input and up down buttons exactly the same as without the trailing...
@enkodellc it is allready implemented here: https://www.matblazor.com/Icon These are the Google font icons, just not all
@SpireTechnical It works for me with Core v5.04. I made some minor changes to adapt it to my application and to the latest Blazor hosted Webassembly template. The only main...
@LingDian2019 Change app razor to include a redirect (this is standard in the newer templates) ``` @if (!context.User.Identity.IsAuthenticated) { } else { You are not authorized to access this resource....
Actually not. I had the same. The icons showed in the browser, but not in the app. After deinstalling Better sliders, the icons came back.