Skip to content

Commit 324c256

Browse files
committed
Bump for release and remove testing from docs site
1 parent 64b2e69 commit 324c256

3 files changed

Lines changed: 1 addition & 71 deletions

File tree

src/BlazorStrap-Docs/Samples/Forms/Validation/ValidationMain.razor

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,6 @@
66
@_message
77
<BSValidationSummary />
88
</BSCol>
9-
<BSCol Position="Position.Relative" ColumnMedium="4">
10-
<BSLabel>Int Test</BSLabel>
11-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestInt" ValidateOnInput="true" />
12-
<BSFeedback For="@(() => Modal.TestInt)" />
13-
</BSCol>
14-
<BSCol Position="Position.Relative" ColumnMedium="4">
15-
<BSLabel>Long Test</BSLabel>
16-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestLong" ValidateOnInput="true" />
17-
<BSFeedback For="@(() => Modal.TestLong)" />
18-
</BSCol>
19-
<BSCol Position="Position.Relative" ColumnMedium="4">
20-
<BSLabel>Float Test</BSLabel>
21-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestFloat" ValidateOnInput="true" />
22-
<BSFeedback For="@(() => Modal.TestFloat)" />
23-
</BSCol>
24-
<BSCol Position="Position.Relative" ColumnMedium="4">
25-
<BSLabel>Double Test</BSLabel>
26-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestDouble" ValidateOnInput="true" />
27-
<BSFeedback For="@(() => Modal.TestDouble)" />
28-
</BSCol>
29-
<BSCol Position="Position.Relative" ColumnMedium="4">
30-
<BSLabel>Double Test</BSLabel>
31-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestDecimal" ValidateOnInput="true" />
32-
<BSFeedback For="@(() => Modal.TestDecimal)" />
33-
</BSCol>
34-
<BSCol Position="Position.Relative" ColumnMedium="4">
35-
<BSLabel>Int Test</BSLabel>
36-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestInt" ValidateOnInput="true" />
37-
<BSFeedback For="@(() => Modal.TestInt)" aValidMessage="First name looks good." />
38-
</BSCol>
399
<BSCol Position="Position.Relative" ColumnMedium="4">
4010
<BSLabel>First name</BSLabel>
4111
<BSInput InputType="InputType.Text" @bind-Value="Modal.FirstName" ValidateOnInput="true" />
@@ -87,11 +57,6 @@
8757
}
8858
public class EmployeeModal
8959
{
90-
public int TestInt { get; set; }
91-
public long TestLong { get; set; }
92-
public double TestDouble { get; set; }
93-
public float TestFloat { get; set; }
94-
public decimal TestDecimal { get; set; }
9560
[Required(ErrorMessage = "Employee's First name must be provided.")]
9661
public string? FirstName { get; set; }
9762

src/BlazorStrap-Docs/wwwroot/Samples/Forms/Validation/ValidationMain.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,6 @@
66
@_message
77
<BSValidationSummary />
88
</BSCol>
9-
<BSCol Position="Position.Relative" ColumnMedium="4">
10-
<BSLabel>Int Test</BSLabel>
11-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestInt" ValidateOnInput="true" />
12-
<BSFeedback For="@(() => Modal.TestInt)" />
13-
</BSCol>
14-
<BSCol Position="Position.Relative" ColumnMedium="4">
15-
<BSLabel>Long Test</BSLabel>
16-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestLong" ValidateOnInput="true" />
17-
<BSFeedback For="@(() => Modal.TestLong)" />
18-
</BSCol>
19-
<BSCol Position="Position.Relative" ColumnMedium="4">
20-
<BSLabel>Float Test</BSLabel>
21-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestFloat" ValidateOnInput="true" />
22-
<BSFeedback For="@(() => Modal.TestFloat)" />
23-
</BSCol>
24-
<BSCol Position="Position.Relative" ColumnMedium="4">
25-
<BSLabel>Double Test</BSLabel>
26-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestDouble" ValidateOnInput="true" />
27-
<BSFeedback For="@(() => Modal.TestDouble)" />
28-
</BSCol>
29-
<BSCol Position="Position.Relative" ColumnMedium="4">
30-
<BSLabel>Double Test</BSLabel>
31-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestDecimal" ValidateOnInput="true" />
32-
<BSFeedback For="@(() => Modal.TestDecimal)" />
33-
</BSCol>
34-
<BSCol Position="Position.Relative" ColumnMedium="4">
35-
<BSLabel>Int Test</BSLabel>
36-
<BSInput InputType="InputType.Text" @bind-Value="Modal.TestInt" ValidateOnInput="true" />
37-
<BSFeedback For="@(() => Modal.TestInt)" aValidMessage="First name looks good." />
38-
</BSCol>
399
<BSCol Position="Position.Relative" ColumnMedium="4">
4010
<BSLabel>First name</BSLabel>
4111
<BSInput InputType="InputType.Text" @bind-Value="Modal.FirstName" ValidateOnInput="true" />
@@ -87,11 +57,6 @@
8757
}
8858
public class EmployeeModal
8959
{
90-
public int TestInt { get; set; }
91-
public long TestLong { get; set; }
92-
public double TestDouble { get; set; }
93-
public float TestFloat { get; set; }
94-
public decimal TestDecimal { get; set; }
9560
[Required(ErrorMessage = "Employee's First name must be provided.")]
9661
public string? FirstName { get; set; }
9762

src/BlazorStrap/BlazorStrap.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageProjectUrl>https://blazorstrap.io/</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/chanan/BlazorStrap</RepositoryUrl>
1515
<RootNamespace>BlazorStrap</RootNamespace>
16-
<PackageVersion>5.0.106-Preview2</PackageVersion> <!--Next Use 5.0.106-Preview3 -->
16+
<PackageVersion>5.0.106-Preview3</PackageVersion> <!--Next Use 5.0.106-Preview4 -->
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<Content Remove="bundleconfig.json" />

0 commit comments

Comments
 (0)