microsoft-graph-toolkit icon indicating copy to clipboard operation
microsoft-graph-toolkit copied to clipboard

Authentication Providers and UI components for Microsoft Graph 🦒

Results 304 microsoft-graph-toolkit issues
Sort by recently updated
recently updated
newest added

Closes #2828 ### PR Type - Feature ### Description of the changes Added support to show a list of people/users when you type `@` in send box and some text...

Build: React Contoso

When hitting @ in the message box, we should populate a `mgt-people-picker` that would allow for mentioning the selected user.

feature-request
State: In Review

Closes #2722 ### PR Type - Feature ### Description of the changes Adds the ability for a developer to specify that a chat component should append `model=B` to graph calls...

Build: React Contoso

Closes # ### PR Type - Documentation content changes ### Description of the changes Adds the use of controls and parameters to Storybook. (Formerly known as knobs) Adds an example...

Build: Storybook

The chat component needs a new property `usePremiumApis` that is a boolean and that automatically appends `model=B` to all calls that support premium APIs. We should be able to test...

feature-request
State: In Review

Figma file [here](https://www.figma.com/file/2uBa2lODCTSj1CZSI6USee/Microsoft-Graph-Toolkit?node-id=2231%3A0&t=vCszDquAEF60UjJI-0)

# Proposal: Allow required attribute in people-picker mgt component ## Description Allow required attribute in people-picker mgt component. It should validate on form submission, if it does not contains any...

feature-request

**Describe the bug** A clear and concise description of the bug **To Reproduce** 1. Go to https://mgt.dev/?path=/story/components-mgt-people--people or https://mgt.dev/next/?path=/story/components-mgt-people-html--people 2. See no data This is because the sandbox data we're...

bug

# Proposal: New component: mgt-post ## Description Add a new component (mgt-post) that allows you to post data to Microsoft Graph APIs ## Rationale A generic Post component would enable...

feature-request
Needs: Discussion

Rollup of related improvements to file-list - [ ] #315 to allow us to have a good customization story for nested components - [x] #1514 - [ ] #1971 -...