Skip to content

Commit a70be4b

Browse files
authored
MudStaticTextField: Remove restriction on text field Lines parameter (#51)
Remove Lines parameter restriction from MudStaticTextField
1 parent 613368c commit a70be4b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Components/MudStaticTextField.razor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public partial class MudStaticTextField<T> : MudTextField<T>
1212

1313
protected new int? Counter { get; set; }
1414
protected new int MaxLines { get; set; }
15-
protected new int Lines { get; set; } = 1;
1615
protected new bool AutoFocus { get; set; }
1716
protected new bool AutoGrow { get; set; }
1817
protected new bool Clearable { get; set; }

0 commit comments

Comments
 (0)