-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Describe the feature
A text input component that makes suggestions to users as they enter text in near real-time. Suggestions can be selected, completing the text in the input.
Rationale for the feature
This is an important feature for modern user experiences. Some examples include search abilities in applications where a network request is made to return suggestion results, or an auto-fill capability for address details.
Scope of the feature
Capability | Priority |
---|---|
Ability to input text | Must |
Ability for suggestions to be displayed based on input text | Must |
Ability for suggestions to be provided based on an external source (e.g. type, make a network request, populate the suggestions) | Must |
Ability to populate the input text after suggestion is selected | Must |
Ability to support being disabled | Must |
Ability to support being pre-populated with text | Must |
Ability to limit characters before attempting autosuggestion | Should |
Ability for keyboard interaction (up/down/enter) to select a suggested input | Should |
Ability to provide placeholder text | Should |
Ability to support model suggestions with value to display value conversion | Should |
Ability for the selected suggestion to be emitted | Should |
Ability to support drop down input with suggestion capability | Could |
Ability to support grouped suggestions | Could |
Ability to support multiple suggestion selection (e.g. tag/chip style control) | Could |
Open questions
No response
Other information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
To Triage