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
+2-2Lines changed: 2 additions & 2 deletions
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 terms selected by default. For each term object, an empty string can be provided for properties path and termset. |
172
+
| initialValues | IPickerTerms | no | Defines the terms selected by default. For each term object selected by default, an empty string can be provided for the `path` and `termset` properties as these properties are ignored when setting initial values. |
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. |
@@ -215,7 +215,7 @@ Interface `ITermActions`
215
215
| termActionsDisplayMode | TermActionsDisplayMode | no | Defines how to display term actions, as buttons or dropdown | buttons |
216
216
| initialize | (spTermService: SPTermStorePickerService) => Promise\<void\>| no | Initializes the term action with the taxonomy service |
0 commit comments