You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Open questions
No response
Other information
No response
The text was updated successfully, but these errors were encountered: