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/ComboBoxListItemPicker.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,6 @@ The `ComboBoxListItemPicker` control can be configured with the following proper
114
114
| listId | string | yes | Guid of the list. |
115
115
| onSelectItem | (items: any[]) => void | yes | Callback function which returns the selected items. |
116
116
| className | string | no | ClassName for the picker. |
117
-
| webUrl | string | no | URL of the site. By default it uses the current site URL. |
118
117
| defaultSelectedItems | any[]| no | Initial items that have already been selected and should appear in the people picker. Support objects and Ids only |
119
118
| suggestionsHeaderText | string | no | The text that should appear at the top of the suggestion box. |
120
119
| noResultsFoundText | string | no | The text that should appear when no results are returned. |
0 commit comments