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
I installed 3.9.0 and it works fine now Thanks!
Issue Analytics
- State:
- Created a year ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I created a PR #1311 which should fix the problem!
Thank You