File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments