This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Support Type Suggest, Highlight, and Complete Component #265
Labels
You can continue the conversation there. Go to discussion →
Given you have a table of results, allow users to "search" through the table by typing. With each character, highlight found results. For example, take a look at the .NET CLI. This table of templates will get big and unmanageable.
Maybe this is a
SearchAndComplete
feature that can wrap other components. It sits and waits for input. As you type, it redraws the nested elements and highlights text.Highlighted values can be cycled through and used as the input.
Finally, the
SearchAndComplete
feature allows for "templated input".In this case we
dotnet new {selection}
. Once selected (the user hits enter), the input is replaced with the value.The text was updated successfully, but these errors were encountered: