Hi @Nicole Junk,
Thanks for the detailed description.
There is nothing wrong with your whole JSON, your inline editable property should be in the front so that it's working for the whole column. Here is my modified JSON. I added "inlineEditField" in the third line.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"inlineEditField": "@currentField",
The next JSON stays the same as yours
}
Here is my test result:
After the value is changed, the graphical formatting can be displayed normally.
In addition, if the problem persists after you make the changes, try clearing your browser cache and checking again.
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.