microsoftgraph / microsoft-graph-toolkit

Authentication Providers and UI components for Microsoft Graph 🦒
https://docs.microsoft.com/graph/toolkit/overview
Other
945 stars 303 forks source link

[BUG] Truncation of people picker placeholder after version upgrade from 2 to 3 #2915

Closed SLdragon closed 10 months ago

SLdragon commented 10 months ago

Describe the bug People picker placeholder not fully displayed as below:

image

To Reproduce Steps to reproduce the behavior:

  1. Go to graph toolkit playground: https://mgt.dev/?path=/story/components-mgt-people-picker--people-picker
  2. Add placeholder for people picker:
    <mgt-people-picker placeholder="aaa bbb ccc ddd eee fff ggg hhh"></mgt-people-picker>
  3. You can find that the placeholder appears to have been truncated image

Graph Toolkit 2.x doesn't has this bug, only happens on 3.x

sebastienlevert commented 10 months ago

Good catch @SLdragon! We'll fix this! Thanks!