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/ModernTaxonomyPicker.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,7 @@ The ModernTaxonomyPicker control can be configured with the following properties
68
68
| placeHolder | string | no | Short text hint to display in picker. |
69
69
| required | boolean | no | Specifies if to display an asterisk near the label. Default value is false. |
70
70
| customPanelWidth | number | no | Custom panel width in pixels. |
71
-
| onRenderItem | function | no | Modify the display of the items in the picker. |
72
-
| onRenderSuggestionsItem | function | no | Modify the display of the items in the pickers suggestions list. |
71
+
| termPickerProps | IModernTermPickerProps | no | Custom properties for the term picker (More info: [IBasePickerProps interface](https://developer.microsoft.com/en-us/fluentui#/controls/web/pickers#IBasePickerProps)). |
73
72
| themeVariant | IReadonlyTheme | no | The current loaded SharePoint theme/section background (More info: [Supporting section backgrounds](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/supporting-section-backgrounds)). |
0 commit comments