Skip to content

Commit

Permalink
Update TaxonomyPicker.md
Browse files Browse the repository at this point in the history
the disabled property is boolean, not string
  • Loading branch information
tom-daly authored Oct 13, 2020
1 parent fe49820 commit 87e9277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/docs/controls/TaxonomyPicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The TaxonomyPicker control can be configured with the following properties:
| ---- | ---- | ---- | ---- |
| panelTitle | string | yes | TermSet Picker Panel title. |
| label | string | yes | Text displayed above the Taxonomy Picker. |
| disabled | string | no | Specify if the control needs to be disabled. |
| disabled | boolean | no | Specify if the control needs to be disabled. |
| context | WebPartContext \| ExtensionContext | yes | Context of the current web part or extension. |
| initialValues | IPickerTerms | no | Defines the selected by default term sets. |
| allowMultipleSelections | boolean | no | Defines if the user can select only one or many term sets. Default value is false. |
Expand Down

0 comments on commit 87e9277

Please sign in to comment.