mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 15:12:16 +00:00
Fixed tooltip
This commit is contained in:
parent
479139a5b3
commit
914e911546
@ -15,7 +15,7 @@
|
|||||||
@foreach (var data in this.Data)
|
@foreach (var data in this.Data)
|
||||||
{
|
{
|
||||||
var isLockedValue = this.IsLockedValue(data.Value);
|
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)
|
@if (isLockedValue)
|
||||||
{
|
{
|
||||||
<MudStack Row="true" AlignItems="AlignItems.Center" Justify="Justify.FlexStart" Wrap="Wrap.NoWrap">
|
<MudStack Row="true" AlignItems="AlignItems.Center" Justify="Justify.FlexStart" Wrap="Wrap.NoWrap">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user