Skip to content

Commit 616b0df

Browse files
update docs for TaxonomyPicker
1 parent 3f55e79 commit 616b0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/docs/controls/TaxonomyPicker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The TaxonomyPicker control can be configured with the following properties:
169169
| label | string | yes | Text displayed above the Taxonomy Picker. |
170170
| disabled | boolean | no | Specify if the control needs to be disabled. |
171171
| 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. |
173173
| allowMultipleSelections | boolean | no | Defines if the user can select only one or many term sets. Default value is false. |
174174
| termsetNameOrID | string | yes | The name or Id of your TermSet that you would like the Taxonomy Picker to chose terms from. |
175175
| onChange | function | no | captures the event of when the terms in the picker has changed. |
@@ -215,7 +215,7 @@ Interface `ITermActions`
215215
| termActionsDisplayMode | TermActionsDisplayMode | no | Defines how to display term actions, as buttons or dropdown | buttons |
216216
| initialize | (spTermService: SPTermStorePickerService) => Promise\<void\> | no | Initializes the term action with the taxonomy service |
217217

218-
Interface `ITermAction`
218+
Interface `ITreeItemAction`
219219

220220
| Property | Type | Required | Description |
221221
| ---- | ---- | ---- | ---- |

0 commit comments

Comments
 (0)