Skip to content

Commit 33ae585

Browse files
committed
update doc for ListItemPicker
1 parent df6df0f commit 33ae585

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
@@ -1,6 +1,6 @@
11
# ListItemPicker control
22

3-
This control allows you to select one or more item from list, based in a column value, the control sugest values based on charaters typed
3+
This control allows you to select one or more item from list, based in a column value, the control suggest values based on characters typed
44

55
Here is an example of the control:
66

@@ -10,7 +10,6 @@ Here is an example of the control:
1010

1111
![ListItemPicker selected Items](../assets/ListItemPicker-selectedItems.png)
1212

13-
1413
## How to use this control in your solutions
1514

1615
- 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.
@@ -20,7 +19,6 @@ Here is an example of the control:
2019

2120
import { ListItemPicker } from '@pnp/spfx-controls-react/listItemPicker';
2221
```
23-
2422
- Use the `ListItemPicker` control in your code as follows:
2523

2624
```TypeScript
@@ -42,7 +40,6 @@ private onSelectedItem(data: { key: string; name: string }[]) {
4240
}
4341
}
4442
```
45-
4643
## Implementation
4744

4845
The `ListItemPicker` control can be configured with the following properties:

0 commit comments

Comments
 (0)