pnp / sp-dev-fx-controls-react

Reusable React controls for SPFx solutions
https://pnp.github.io/sp-dev-fx-controls-react/
MIT License
383 stars 380 forks source link

PnP Taxonomy Picker missing support for other/alternative labels #599

Open grutik opened 4 years ago

grutik commented 4 years ago

Category

[x] Enhancement

[ ] Bug

[ ] Question

Version

1.14.0

Desired Behavior

Taxonomy Picker control is missing support for "Other Labels" - alternative labels for tems.

It's possible to define them in Term Store Management Tool. SharePoint's native taxonomy picker control allows to search terms using those alternative labels. It would be great to have them in this control as well.

Below you can find a few screenshots of described functionality

Other labels definition: obraz

Native taxonomy picker: obraz

PnP taxonomy picker: obraz

ghost commented 4 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

TheThor59 commented 4 years ago

Hello, this point is linked to #288 and I made a pull request to handle this (#631)

We will need to wait for integration.

AJIXuMuK commented 3 years ago

Seems like already fixed in v1.20.0.

@grutik - could you please confirm?

ghost commented 3 years ago

This issue has been automatically marked as stale because it has marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within next 7 days of this comment. Thank you for your contributions to SharePoint Developer activities.

grutik commented 3 years ago

Hi @AJIXuMuK, Thanks for update! I can confirm that searching by alternative labels works now.

However, it will be great to also display those synonyms in search results (as native picker does).