pnp / sp-dev-fx-property-controls

Reusable SPFx property pane controls - Open source initiative
https://pnp.github.io/sp-dev-fx-property-controls/
MIT License
233 stars 151 forks source link

PropertyFieldPeoplePicker suggestions are truncated #585

Open Paul-Colucci opened 9 months ago

Paul-Colucci commented 9 months ago

Category

Version

Please specify what version of the library you are using: [v3.14.0]

If you are not using the latest release, please update and see if the issue is resolved before submitting an issue.

Expected / Desired Behavior / Question

When using PropertyFieldPeoplePicker to pick entities the full name of the suggestions should be displayed, or an option should be provided to supply suggestion callout width, or a tooltip should appear on mouseover with the full suggestion name

Observed Behavior

Suggestions that are too long are truncated and appended with "..." When there are multiple results with the same first letters (for example, multiple groups that start with the word "SharePoint" the user cannot tell what option they are picking as they all appear identical. There is not even a tool tip that shows the full name on mouse hover.

Untitled

Steps to Reproduce

Impliment PropertyFieldPeoplePicker and type "SharePoint" or any word that will return multiple results with the same prefix.

ghost commented 9 months ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.