Skip to content

Conversation

@jamesmcroft
Copy link
Member

@jamesmcroft jamesmcroft commented Feb 24, 2022

Changes have been made to introduce a chip input control that allows a user to enter multiple values into a single text box field.

The new control supports:

  • Ability to type and insert values as chips
  • Ability to remove chips with event emitted
  • Ability to pre-populate with chips
  • Ability to programmatically add and remove chips from view-model bound collection
  • Ability to autosuggest options using the Windows AutoSuggestBox control
  • Ability to support complex objects with content templates to display to user correctly

PR checklist

  • Samples have been added/updated (where applicable)
  • Tests have been added/updated (where applicable) and pass
  • Documentation has been added/updated for changes
  • Code styling has been met on new source file changes
  • Contains NO breaking changes

Other information

Screenshots of the control in action (taken from the sample app)

image

image

@jamesmcroft jamesmcroft requested a review from a team as a code owner February 24, 2022 12:25
@jamesmcroft jamesmcroft linked an issue Feb 24, 2022 that may be closed by this pull request
@jamesmcroft
Copy link
Member Author

Still need to add documentation for this

@jamesmcroft jamesmcroft requested a review from tom-made February 24, 2022 14:08
@jamesmcroft jamesmcroft merged commit c4d2908 into main Feb 24, 2022
@jamesmcroft jamesmcroft deleted the feature/tag-input branch February 24, 2022 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Tag input component

3 participants