Forum Discussion
harishpatil
Jun 16, 2025Brass Contributor
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 detai...
michalkornet
Jun 30, 2025Iron 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"
}