Skip to content

Commit a5be449

Browse files
committed
update doc of ListItemPicker
1 parent 6da7a33 commit a5be449

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/documentation/docs/controls/ListItemPicker.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ Here is an example of the control:
66

77
![ListItemPicker select list items](../assets/ListItemPicker-selectlist.png)
88

9-
10-
119
![ListItemPicker selected Items](../assets/ListItemPicker-selectedItems.png)
1210

1311

14-
1512
## How to use this control in your solutions
1613

1714
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../#getting-started) page for more information about installing the dependency.
@@ -25,7 +22,7 @@ import { ListItemPicker } from '@pnp/spfx-controls-react/listItemPicker';
2522
- Use the `ListItemPicker` control in your code as follows:
2623

2724
```TypeScript
28-
<ListItemPicker
25+
<ListItemPicker
2926
listId='da8daf15-d84f-4ab1-9800-7568f82fed3f'
3027
columnInternalName='Title'
3128
itemLimit={2}

0 commit comments

Comments
 (0)