microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
47 stars 45 forks source link

Search the multivalue control #40

Closed RafaelMontegordoFelix closed 6 years ago

RafaelMontegordoFelix commented 6 years ago

Hi there, This control have autocomplete? It's possible to search a value in the list of values?

The problem is, i'm trying to use this component to add people, and i would like to filter does values.

Thanks

mmanela commented 6 years ago

@mohitbagra and @ostreifel Thoughts?

mohitbagra commented 6 years ago

We can use something like Fabric's tag picker. It supports multiple values and search functionality. https://developer.microsoft.com/en-us/fabric#/components/pickers

mohitbagra commented 6 years ago

The only downside is that this control doesnt have a "open dropdown" icon to see all available values. Users will see a dropdown with filtered resutls when they type something.

ostreifel commented 6 years ago

I think we should do as the vsts contributions graph does for repos image This would alleviate #56 as well

ostreifel commented 6 years ago

Would also fix #35

ostreifel commented 6 years ago

These changes are now live. Please file additional issues if you encounter any problems.