[WebToolsE2E][Aspire] When using the 'aspire new' command on choosing the templates, input words that match using "Type to Search" and press enter, no specific template has been selected.
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
**INSTALL STEPS**
1. Clean machine: Win11 x64 24h2 ENU
2. Install SDK 9.0.202
Add the following:
```
-dotnet 9 feed
.Net 8 and 9 feed
dotnet extension feed
```
3. Install the latest Aspire 9.2.0-preview.1 templates
`dotnet new install Aspire.ProjectTemplates::9.2.0 --force`
4. Run the command using powershell (admin):
`iex "& { $(irm https://aka.ms/install-artifacts-credprovider.ps1) }"`
5. Install aspire.cli tool
`dotnet tool install --global aspire.cli --prerelease --source https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspire-289c6b87/nuget/v3/index.json`
**REPRO STEPS**
1. Open CMD, use the following command:
```
aspire new
```
2. On the "Type to Search", enter any characters that match the selection then press enter.
**ACTUAL**
The 'Type to Seach' can accepts characters and symbols but when you press the enter nothing happens. It is also confusing what template has been selected when using this.

**EXPECTED**
The 'Type to Search' should be more precise on what template is being selected.
Contributor guide
Assessment
This issue has not been assessed yet.