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] Tag input component #10

Closed
jamesmcroft opened this issue Feb 14, 2022 · 0 comments · Fixed by #13
Closed

[Feature] Tag input component #10

jamesmcroft opened this issue Feb 14, 2022 · 0 comments · Fixed by #13
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@jamesmcroft
Copy link
Member

Describe the feature

A simple input control that allows a user to input multiple values. They appear as a pill/chip that can be removed.

Rationale for the feature

A useful component for multiple value input. This component is common amongst web UI component libraries, as a better user experience than multi-select drop down options.

Scope of the feature

Capability Priority
Ability to type and insert a value with the enter key Must
Ability to remove a value Must
Ability to pre-populate with values Must
Ability to allow duplicate values, or not Must
Ability to emit when a value is added or removed Must
Ability to autosuggest values to add Should
Ability to support model values with value to display value conversion Should
Ability to add the value within the input when the input loses focus Should
Ability to limit the minimum and maximum number of items that can be provided Should

Open questions

No response

Other information

No response

@jamesmcroft jamesmcroft added enhancement New feature or request help wanted Extra attention is needed labels Feb 14, 2022
@jamesmcroft jamesmcroft self-assigned this Feb 15, 2022
@jamesmcroft jamesmcroft added this to the v1.5 milestone Feb 15, 2022
@jamesmcroft jamesmcroft linked a pull request Feb 24, 2022 that will close this issue
5 tasks
jamesmcroft added a commit that referenced this issue Feb 24, 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: Published
Development

Successfully merging a pull request may close this issue.

1 participant