Skip to content

Commit

Permalink
revert ValidateSelectComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Oct 15, 2023
1 parent a681f99 commit b6b1041
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Tests/BasicTestApp.Client/ValidateSelectComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<SelectItem Value="@("George")">George</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand All @@ -30,7 +30,7 @@
<SelectItem Value="@("George")">George</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand Down Expand Up @@ -66,7 +66,7 @@
<SelectItem Value="@("George")">George</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand All @@ -83,7 +83,7 @@
<SelectItem Value="@("George")">George</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand All @@ -101,7 +101,7 @@
<SelectItem Value="4">4</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand Down Expand Up @@ -137,7 +137,7 @@
<SelectItem Value="4">4</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand All @@ -155,7 +155,7 @@
<SelectItem Value="@("George")">George</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand All @@ -172,7 +172,7 @@
<SelectItem Value="SelectableValues.Last">Last</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand All @@ -190,7 +190,7 @@
<SelectItem Value="SelectableValues.Last">Last</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand All @@ -206,7 +206,7 @@
<SelectItem Value="SelectableValues.Last">Last</SelectItem>
</ChildContent>
<Feedback>
<ValidationError></ValidationError>
<ValidationError>error</ValidationError>
</Feedback>
</Select>
</Validation>
Expand Down

0 comments on commit b6b1041

Please sign in to comment.