How to make the SharePoint fields as normal while editing it.

Changal Rayudu 40 Reputation points
2024-02-12T17:53:22.66+00:00

Recently I have the added the below JSON to the field's format columns to give the hover over functionality to the columns. { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div", "style": { "font-size": "12px" , "min-height":"1em", "height": "1em", "width": "100px" }, "txtContent": "@currentField", "customCardProps": { "formatter": { "elmType": "div", "txtContent": "@currentField", "style": { "font-size": "12px", "color": "green", "padding": "5px" } }, "openOnEvent": "hover", "directionalHint": "bottomCenter", "isBeakVisible": true, "beakStyle": { "backgroundColor": "white" } } } The hover over functionality was working fine, but the user's having the member access to the site. When they go to edit the items. It is showing them as all the items as overlapped(Attached). Please advice on the issue.

Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
{count} votes

2 answers

Sort by: Most helpful
  1. Ling Zhou_MSFT 23,665 Reputation points Microsoft External Staff
    2024-02-13T08:23:32.1866667+00:00

    Hi @Changal Rayudu,

    Thank you for your reply.

    I tested it at my place, but unfortunately, I wasn't able to reproduce your problem.

    However, we can work together to narrow down and resolve the situation. So, Please kindly provide more information below to let us work further.

    1.Are other users facing the same problem? View through another computer or account.

    2.Whether all SharePoint lists have the same problem? You could create a new SharePoint list to check.

    3.Check if the same issue occurs with other SharePoint site collections.

    4.You could try to clear browser cache then restart it.

    5.Try to use a different browser or your browser's InPrivate mode to see if the same error occurs.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Ling Zhou_MSFT 23,665 Reputation points Microsoft External Staff
    2024-02-16T08:06:49.9933333+00:00

    Hi @Changal Rayudu,

    My colleague and I tested your JSON formatting again, but everything works fine.

    Due to limited resources, we were not able to find any relevant information about your problem, and we are afraid that we cannot provide you with any further solutions in this forum. We therefore recommend that you take a support to ask.

    Here are the steps for taking a support:

    Please navigate to 365 Admin Center >Support>Help & support.

    User's image

    User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.