-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newly submitted items are not displayed when SPFx Field Customizer is applied to a SharePoint Online list. #10042
Comments
@reedpamsft Seems to be related on the new list experience, so flagging this for you. |
@masakazu-doi I'm not able to reproduce this issue; could you grab a quick video of the behavior you're seeing? For me, if I add a new item to the web part in old-ui-mode, it opens the new item form in a new tab, and after saving it redirects me back to the site page, at which point I can see the new value. Are you seeing something else? |
@reedpamsft san This site was created by selecting the "Team Site" template. No changes were made to the site settings after creation. "検証リスト03" is the target list. I also tried it with other verification tenants, and no problems occurred in some of them. Attachments were zipped due to their size. |
Thanks for the video! That's a surprising result to me. Do you see the same behavior if you temporarily turn off your field customizer? That can be done by adding "?disable3PCode" to the URL. |
I'm also having trouble because the same thing is happening to me. |
@reedpamsft san I tried adding "?disable3PCode" to the URL of the page and the list, but after doing so, the list is no longer displayed. Also, when I excluded the column that uses the Field Customizer, the list is displayed, and newly added list items are shown. What concerns me is that when the Field Customizer is included, the list’s display becomes an older format. |
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
If you have applied SPFx Field Customizer, the list will be in the old UI.
When I post an item to the old UI list, the item is not immediately displayed on the screen where it is pasted as a web part on the page.
Even if I perform a browser refresh (F5), the item is not displayed. It may be displayed by pressing F5 several times.
It may appear immediately by performing a super reload, but the new item may disappear when F5 is pressed.
With a list that does not have Field Customizer applied, the list UI is displayed in the new UI and the posted items are immediately visible on the screen where they are pasted as a web part on the page.
So I am wondering if the switch to the old UI is what is causing the new items to not show up.
Is there any way to improve this?
I have applied the Field Customizer found on the following site
https://learn.microsoft.com/ja-jp/sharepoint/dev/spfx/extensions/get-started/building-simple-field-customizer
I'm a Japanese engineer.
Please forgive me if there are any mistakes in the translation.
Steps to reproduce
Expected behavior
Items posted will be displayed.
The text was updated successfully, but these errors were encountered: