Skip to content

Commit d80e6e9

Browse files
Removed the selected-item template
1 parent 5b32c5f commit d80e6e9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

specs/mgt-picker.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ The picker is a component that can query any Microsoft Graph API and render a dr
3939
### Advanced Examples
4040

4141
```
42-
<mgt-picker resource="/groups">
43-
<template type="rendered-item">
44-
Item {{id}} with title {{title}}
45-
</template>
46-
</mgt-picker>
47-
4842
<mgt-picker resource="/groups">
4943
<template type="rendered-item">
5044
<span>
@@ -89,9 +83,6 @@ The picker is a component that can query any Microsoft Graph API and render a dr
8983
| loading | null: no data | The template used to render the state of the picker while the request to Graph is being made |
9084
| error | null: no data | The template used if search returns no results. |
9185
| rendered-item | renderedItem: the item being rendered | The template used to render the item inside the dropdown. |
92-
| selected-item | selectedItem: the selected item object | The template used to render the selected item inside the input box. |
93-
94-
9586

9687
## APIs and Permissions
9788

0 commit comments

Comments
 (0)