Forum Discussion

harishpatil's avatar
harishpatil
Brass Contributor
Jun 16, 2025

How to hide details popup on people picker field

Hi All,

 

I am using SharePoint list with people picker field and added that in View. Whin I mouse over on that column details popup is coming.

Please find the attachment below.

How to hide details popup on people picker field?

Thanks,

Harish Patil

 

1 Reply

  • michalkornet's avatar
    michalkornet
    Iron Contributor

    Hi harishpatil​ , you can use column formatting to override the standard behaviour.

    Try this code to show just a user name. You can style the output using some additional attributes.

    {
      "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
      "elmType": "div",
      "txtContent": "@currentField.title"
    }

     

Resources