mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Fixed text input state
This commit is contained in:
parent
bbcbfc515f
commit
e7ba07eb7b
@ -127,7 +127,7 @@
|
|||||||
@switch(context.Content)
|
@switch(context.Content)
|
||||||
{
|
{
|
||||||
case ContentText textContent:
|
case ContentText textContent:
|
||||||
<MudTextField AutoGrow="true" @bind-Value="@textContent.Text" Label="@T("The message")" Required="true" Placeholder="@T("Enter a message")"/>
|
<MudTextField AutoGrow="true" @bind-Value="@textContent.Text" Label="@T("The message")" Required="true" Immediate="true" Placeholder="@T("Enter a message")"/>
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user