You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/TaxonomyPicker.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ The TaxonomyPicker control can be configured with the following properties:
169
169
| label | string | yes | Text displayed above the Taxonomy Picker. |
170
170
| disabled | boolean | no | Specify if the control needs to be disabled. |
171
171
| context | BaseComponentContext | yes | Context of the current web part or extension. |
172
-
| initialValues | IPickerTerms | no | Defines the selected by defaultterm sets. |
172
+
| initialValues | IPickerTerms | no | Defines the terms selected by default. For each term object, an empty string can be provided for properties path and termset. |
173
173
| allowMultipleSelections | boolean | no | Defines if the user can select only one or many term sets. Default value is false. |
174
174
| termsetNameOrID | string | yes | The name or Id of your TermSet that you would like the Taxonomy Picker to chose terms from. |
175
175
| onChange | function | no | captures the event of when the terms in the picker has changed. |
0 commit comments