mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 21:49:06 +00:00
19 lines
504 B
Plaintext
19 lines
504 B
Plaintext
@inherits ConfigurationBase
|
|
|
|
<MudTextField
|
|
T="string"
|
|
Text="@this.Text()"
|
|
TextChanged="@this.InternalUpdate"
|
|
Label="@this.OptionDescription"
|
|
Disabled="@this.Disabled()"
|
|
Class="@MARGIN_CLASS"
|
|
Adornment="Adornment.Start"
|
|
AdornmentIcon="@this.Icon"
|
|
AdornmentColor="@this.IconColor"
|
|
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
|
Lines="@this.NumLines"
|
|
AutoGrow="@this.AutoGrow"
|
|
MaxLines="@this.GetMaxLines"
|
|
Immediate="@true"
|
|
Variant="Variant.Outlined"
|
|
/> |