Skip to content

Commit 87e9277

Browse files
authored
Update TaxonomyPicker.md
the disabled property is boolean, not string
1 parent fe49820 commit 87e9277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/TaxonomyPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The TaxonomyPicker control can be configured with the following properties:
152152
| ---- | ---- | ---- | ---- |
153153
| panelTitle | string | yes | TermSet Picker Panel title. |
154154
| label | string | yes | Text displayed above the Taxonomy Picker. |
155-
| disabled | string | no | Specify if the control needs to be disabled. |
155+
| disabled | boolean | no | Specify if the control needs to be disabled. |
156156
| context | WebPartContext \| ExtensionContext | yes | Context of the current web part or extension. |
157157
| initialValues | IPickerTerms | no | Defines the selected by default term sets. |
158158
| allowMultipleSelections | boolean | no | Defines if the user can select only one or many term sets. Default value is false. |

0 commit comments

Comments
 (0)