Skip to content

Commit 9b8bf88

Browse files
committed
update documentation
1 parent 1162a94 commit 9b8bf88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/documentation/docs/controls/ComboBoxListItemPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The `ComboBoxListItemPicker` control can be configured with the following proper
112112
| keyColumnInternalName | string | no | InternalName of column to use as the key for the selection. Must be a column with unique values. Default: Id |
113113
| webUrl | string | yes | Url to web hosting list |
114114
| spHttpClient | RequestClient | yes | Any implementation of PnPJS RequestClient |
115-
| listId | string | yes | Guid of the list. |
115+
| listId | string | yes | Guid or title of the list. |
116116
| onSelectItem | (items: any[]) => void | yes | Callback function which returns the selected items. |
117117
| className | string | no | ClassName for the picker. |
118118
| defaultSelectedItems | any[] | no | Initial items that have already been selected and should appear in the people picker. Support objects and Ids only |

docs/documentation/docs/controls/ListItemPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The `ListItemPicker` control can be configured with the following properties:
5151
| columnInternalName | string | yes | InternalName of column to search and get values. |
5252
| keyColumnInternalName | string | no | InternalName of column to use as the key for the selection. Must be a column with unique values. Default: Id |
5353
| context | BaseComponentContext | yes | SPFx web part or extention context |
54-
| listId | string | yes | Guid of the list. |
54+
| listId | string | yes | Guid or title of the list. |
5555
| itemLimit | number | yes | Number of items which can be selected |
5656
| onSelectItem | (items: any[]) => void | yes | Callback function which returns the selected items. |
5757
| className | string | no | ClassName for the picker. |

0 commit comments

Comments
 (0)