Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] AutoSuggest component #21

Open
jamesmcroft opened this issue Feb 12, 2022 · 0 comments
Open

[Feature] AutoSuggest component #21

jamesmcroft opened this issue Feb 12, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@jamesmcroft
Copy link
Member

jamesmcroft commented Feb 12, 2022

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

@jamesmcroft jamesmcroft added enhancement New feature or request help wanted Extra attention is needed labels Feb 12, 2022
@jamesmcroft jamesmcroft added this to the v1.0 milestone Feb 12, 2022
@jamesmcroft jamesmcroft moved this to Todo in MADE Vue Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: To Triage
Development

No branches or pull requests

1 participant