2024-07-28 09:20:00 +00:00
|
|
|
@inherits ConfigurationBase
|
|
|
|
|
|
|
|
<MudTextField
|
|
|
|
T="string"
|
|
|
|
Text="@this.Text()"
|
2024-09-15 19:14:56 +00:00
|
|
|
TextChanged="@this.InternalUpdate"
|
2024-07-28 09:20:00 +00:00
|
|
|
Label="@this.OptionDescription"
|
|
|
|
Disabled="@this.Disabled()"
|
2024-09-15 19:14:56 +00:00
|
|
|
Class="@MARGIN_CLASS"
|
2024-07-28 09:20:00 +00:00
|
|
|
Adornment="Adornment.Start"
|
|
|
|
AdornmentIcon="@this.Icon"
|
|
|
|
AdornmentColor="@this.IconColor"
|
|
|
|
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
2024-09-15 19:14:56 +00:00
|
|
|
Lines="@this.NumLines"
|
|
|
|
AutoGrow="@this.AutoGrow"
|
|
|
|
MaxLines="@this.GetMaxLines"
|
|
|
|
Immediate="@true"
|
2024-07-28 09:20:00 +00:00
|
|
|
Variant="Variant.Outlined"
|
|
|
|
/>
|