We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613368c commit a70be4bCopy full SHA for a70be4b
1 file changed
src/Components/MudStaticTextField.razor.cs
@@ -12,7 +12,6 @@ public partial class MudStaticTextField<T> : MudTextField<T>
12
13
protected new int? Counter { get; set; }
14
protected new int MaxLines { get; set; }
15
- protected new int Lines { get; set; } = 1;
16
protected new bool AutoFocus { get; set; }
17
protected new bool AutoGrow { get; set; }
18
protected new bool Clearable { get; set; }
0 commit comments