File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ) ;
Original file line number Diff line number Diff line change 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
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< ; string> ; </code > tags or symbols
48+ The <code >TagInput </code > component provides a user friendly control for managing a free-form <code >List< ; string> ; </code > tags or symbols
4949 which is also supported in declarative Auto Forms using the <code >[Input(Type="tag")]</code > attribute:
5050</p >
5151
You can’t perform that action at this time.
0 commit comments