Fixed tooltip

This commit is contained in:
Thorsten Sommer 2026-02-20 12:31:11 +01:00
parent 479139a5b3
commit 914e911546
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -15,7 +15,7 @@
@foreach (var data in this.Data)
{
var isLockedValue = this.IsLockedValue(data.Value);
<MudSelectItemExtended Value="@data.Value" Disabled="@isLockedValue">
<MudSelectItemExtended Value="@data.Value" Disabled="@isLockedValue" Style="@(isLockedValue ? "pointer-events:auto !important;" : null)">
@if (isLockedValue)
{
<MudStack Row="true" AlignItems="AlignItems.Center" Justify="Justify.FlexStart" Wrap="Wrap.NoWrap">