Skip to content

Commit 09046c6

Browse files
committed
update
1 parent 1419878 commit 09046c6

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Gallery.Server/Configure.AppHost.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public override void Configure(Container container)
2424
"https://localhost:5001",
2525
"https://localhost:7142",
2626
"http://localhost:3000",
27+
"http://localhost:5173",
2728
"https://docs.servicestack.net",
2829
"https://" + Environment.GetEnvironmentVariable("DEPLOY_CDN")
2930
}, allowCredentials: true));

Gallery.Server/Pages/gallery/examples/InputExamples.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Input controls used by C# POCOs which can be bound directly to Request DTOs and includes support for
2020
<a class="text-blue-600 hover:text-blue-800" href="https://docs.servicestack.net/declarative-validation">declarative</a>
2121
and
22-
<a class="text-blue-600 hover:text-blue-800" href="https://docs.servicestack.net/validation">Fluent Valiation</a>
22+
<a class="text-blue-600 hover:text-blue-800" href="https://docs.servicestack.net/validation">Fluent Validation</a>
2323
binding.
2424
</p>
2525

@@ -40,12 +40,12 @@
4040

4141
<ExampleCode Path="/gallery/Inputs/AutocompleteExamples.razor" />
4242

43-
<ApiReference Component="Autocomplete<T>">
44-
InputTag
43+
<ApiReference Component="TagInput">
44+
TagInput
4545
</ApiReference>
4646

4747
<p class="mb-4 text-lg">
48-
The <code>InputTag</code> component provides a user friendly control for managing a free-form <code>List&lt;string&gt;</code> tags or symbols
48+
The <code>TagInput</code> component provides a user friendly control for managing a free-form <code>List&lt;string&gt;</code> tags or symbols
4949
which is also supported in declarative Auto Forms using the <code>[Input(Type="tag")]</code> attribute:
5050
</p>
5151

0 commit comments

Comments
 (0)