User Profile
mnward
Copper Contributor
Joined Aug 09, 2023
User Widgets
Recent Discussions
JSON Formatting Person Column, "Clicked" Icon Not Working as Expected?
Hello, I'm having issues with the functionality of the below code, I'm trying to have the icon "Clicked" appear all the time on a column. When I save or preview the column formatting it looks like how I want it to appear with the icon visible all the time: But as soon as I refresh the page the icon disappears, but it reappears when I click an item. It also stays visible if I click off that item to something else: Is this something built into the icon? My code is pretty basic so I'm not sure what I'm doing wrong here and if I change the Icon name to something like "Camera" the disappearing stops and the icon appears all the time. I'd really prefer to use the icon "Clicked" for what I need it would be the best option. { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "span", "attributes": { "iconName": "Clicked", "class": "ms-fontColor-themeDark" }, "style": { "font-size": "30px", "visibility": "visible" } }2.1KViews0likes2Comments
Recent Blog Articles
No content to show