-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
area:list-formattingCategory: View, row & column formatting with JSONCategory: View, row & column formatting with JSONtype:bug-confirmedConfirmed bug, not working as designed / expected.Confirmed bug, not working as designed / expected.
Description
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Developer environment
None
What browser(s) / client(s) have you tested
- 💥 Internet Explorer
- 💥 Microsoft Edge
- 💥 Google Chrome
- 💥 FireFox
- 💥 Safari
- mobile (iOS/iPadOS)
- mobile (Android)
- not applicable
- other (enter in the "Additional environment details" area below)
Additional environment details
- Edge 129.0.3405.86 (64-bit)
Describe the bug / error
inlineEditField
as part of column or view formatting of SharePoint Lists or Document Libraries is not working anymore for date columns.
After loading a page, inlineEdit (as part of the column view) can be opened. But after, it's not possible anymore. If inlineEdit is part of the page view, it doesn't seem to work at all.
Recording.InlineEdit.Date.field.broken._2025-08-08.mp4
This issue exists since two days on our tenant.
For other columns like choice or text, inlineEditField
is still working.
Steps to reproduce
- Create a SharePoint List or Document Library
- Create a new column of type date
- Add custom column formatting to date column:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json",
"elmType": "div",
"inlineEditField": "@currentField",
"txtContent": "@currentField.displayValue"
}
- Click on Cell to trigger inlineEdit (probably, date picker will appear)
- Click outside of inlineEdit (or select a date)
- Click on Cell to trigger inlineEdit again (date picker will not appear)
Expected behavior
Date picker shall appear each time one clicks on the inlineEdit.
Metadata
Metadata
Assignees
Labels
area:list-formattingCategory: View, row & column formatting with JSONCategory: View, row & column formatting with JSONtype:bug-confirmedConfirmed bug, not working as designed / expected.Confirmed bug, not working as designed / expected.