Skip to content

Commit 091a7f7

Browse files
authored
Merge pull request #4816 from syncfusion-content/BLAZ-4688-conflict
4688: blazor docs conflict
2 parents 4e0bea4 + 42dd7e4 commit 091a7f7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

blazor/dialog/how-to/add-minimize-and-maximize-button.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ Blazor Dialog allows end users to either minimize or maximize the Dialog compone
156156
private SfDialog DialogObj;
157157
private bool IsVisible { get; set; } = false;
158158
public string dialogClass = "";
159+
159160
private void OpenDialog() => IsVisible = true;
160161
private void CloseDialog() => IsVisible = false;
161162

blazor/textbox/getting-started-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ You can add an icon to the TextBox component using the [AddIconAsync](https://he
135135
{
136136
//Add icon to the TextBox
137137
await TextBoxDropDownObj.AddIconAsync("append", "e-icons e-date-icon");
138-
}
138+
}
139139
}
140140
}
141141
```

blazor/textbox/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You can add an icon to the TextBox component using the [AddIconAsync](https://he
151151
{
152152
//Add icon to the TextBox
153153
await TextBoxDropDownObj.AddIconAsync("append", "e-icons e-date-icon");
154-
}
154+
}
155155
}
156156
}
157157
```
@@ -176,4 +176,4 @@ The floating label TextBox floats the label above the TextBox after focusing, or
176176

177177
* [Getting Started with Syncfusion Blazor for Client-Side in .NET Core CLI](../getting-started/blazor-webassembly-dotnet-cli)
178178
* [Getting Started with Syncfusion Blazor for Server-side in Visual Studio](../getting-started/blazor-server-side-visual-studio)
179-
* [Getting Started with Syncfusion Blazor for Server-Side in .NET Core CLI](../getting-started/blazor-server-side-dotnet-cli)
179+
* [Getting Started with Syncfusion Blazor for Server-Side in .NET Core CLI](../getting-started/blazor-server-side-dotnet-cli)

0 commit comments

Comments
 (0)