question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TaxonomyPicker Does not show term set labels in Version 3.10.0

See original GitHub issue

[ X] Bug

Please specify what version of the library you are using: [ 3.10.0 ] SPFx 1.15.0

Expected / Desired Behavior / Question

the code:

  <TaxonomyPicker allowMultipleSelections={false}
          termsetNameOrID="Document Type" panelTitle="Select Document Type" label="Document Type"
          context={wpContext as any} 
          initialValues={selDocType} placeholder={'Start typing or click the label'}
          onChange={onTaxPickerChange} disabled={!dpcRequest.LockedToMe}
          isTermSetSelectable={false} />

Should show all the labels of the “Document Type” term set to allow selection of one.

Observed Behavior

It just shows the spinner forever image

I installed 3.9.0 and it works fine now Thanks!

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
SmarterJBcommented, Sep 14, 2022

I created a PR #1311 which should fix the problem!

0reactions
Ofer-Galcommented, Oct 4, 2022

Thank You

Read more comments on GitHub >

github_iconTop Results From Across the Web

Release notes - @pnp/spfx-controls-react
... TaxonomyPicker : Does not show term set labels in Version 3.10.0 #1299; TaxonomyPicker : Dynamic form select term not working #1303; DynamicForm...
Read more >
Sharepoint Framework SPFx - Pnp/PnPjs with React
Trying to retrieve a term set and it never returns anything. The web part is just stuck loading forever. Share.
Read more >
SPFx - List out all labels within a Term Set (Term store)
Inside a SPFx web part, I have been trying really hard to list out the labels (red, blue, green) within the Favourite term...
Read more >
Source - GitHub
... `TaxonomyPicker`: Does not show term set labels in Version 3.10.0 ... `DynamicForm`: Cannot display lookup value when the source field is not...
Read more >
SharePoint Online: How to Update Term Labels in Term Store ...
Expand term groups, Term Sets and pick the target term to set term label. Default term label and other labels can be set...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found