mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 23:09:07 +00:00
18 lines
446 B
Plaintext
18 lines
446 B
Plaintext
|
@inherits ConfigurationBase
|
||
|
|
||
|
<MudTextField
|
||
|
T="string"
|
||
|
Text="@this.Text()"
|
||
|
TextChanged="@this.OptionChanged"
|
||
|
Label="@this.OptionDescription"
|
||
|
Disabled="@this.Disabled()"
|
||
|
Class="mb-3"
|
||
|
Adornment="Adornment.Start"
|
||
|
AdornmentIcon="@this.Icon"
|
||
|
AdornmentColor="@this.IconColor"
|
||
|
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||
|
Lines="1"
|
||
|
Immediate="@false"
|
||
|
DebounceInterval="500"
|
||
|
Variant="Variant.Outlined"
|
||
|
/>
|