-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TaxonomyPicker - suggestions are not working. Error #425
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Hi @Matej4386, |
Hi @AJIXuMuK, I think i use correct TermSet ID: After click on button next to the input, Panel is working, i can select terms, everything works: But when i start typing in input, suggestions are not working: |
@Matej4386, Could you please investigate Network tab? There should be request to |
@AJIXuMuK , |
@AJIXuMuK ,
|
Hey @Matej4386, Could you please install the beta version and see if it's fixed in there? I committed a potential fix but I can't reproduce the issue so can't tell for sure if it works :) Here is a link on how to install the beta version: https://sharepoint.github.io/sp-dev-fx-controls-react/beta/ |
Hello @AJIXuMuK, I have looked at the code in SPTermStorePickerService.js, in SPTermStorePickerService.prototype.getTermStores there was a call with data: So i figured it out that there is a problem with "getdefaultsitecollectiontermstore" call -> google -> result: central administration of my dev SharePoint site - one checkbox based on this article https://mohitvash.wordpress.com/2014/02/18/sharepoint-defaultsitecollectiontermstore-is-null/ Just wanted to share this ;-) |
Taxonomy not showing items |
Category
[ ] Enhancement
[X ] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 1.15.0 ]
Expected / Desired Behavior / Question
TermSetPicker - suggestions should list available suggestions under input element.
TermSet and TermSetItems are correctlly displayed in Panel. I can select, ...
Observed Behavior
After typing letters there is error in console and suggestions are not displayed.
Steps to Reproduce
<TaxonomyPicker
allowMultipleSelections={false}
termsetNameOrID="9e9e3b0b-f9b6-4814-9dc9-5639aed4ea64" //this is ID of my TermSet, strange is that this works only for ID, not for Term Set Name
panelTitle="Choose"
label="Taxonomy"
context={this.props.context}
onChange={this.onTaxPickerChange}
isTermSetSelectable={false}
/>
The text was updated successfully, but these errors were encountered: