Skip to content

inlineEditField of date columns broken (Lists and Document Libraries) #10365

@XueSheng-GIT

Description

@XueSheng-GIT

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

  1. Create a SharePoint List or Document Library
  2. Create a new column of type date
  3. 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"
}
  1. Click on Cell to trigger inlineEdit (probably, date picker will appear)
  2. Click outside of inlineEdit (or select a date)
  3. 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 JSONtype:bug-confirmedConfirmed bug, not working as designed / expected.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions