[PR #1652] fix: update the cell content if input is not valid data #13295

Closed
opened 2026-03-24 21:46:00 +00:00 by mirror · 0 comments
Owner

Original Pull Request: https://github.com/AppFlowy-IO/AppFlowy/pull/1652

State: closed
Merged: Yes


If the initial input content is: "", then after entering an invalid number string, the cell content will be empty. The cellDataNofitier doesn't notify the listener because the new value is the same as the old one. aka, "", the empty string.

Add listenWhenOnCellChanged callback to let the caller design how to handle the value change notification.

**Original Pull Request:** https://github.com/AppFlowy-IO/AppFlowy/pull/1652 **State:** closed **Merged:** Yes --- If the initial input content is: "", then after entering an invalid number string, the cell content will be empty. The cellDataNofitier doesn't notify the listener because the new value is the same as the old one. aka, "", the empty string. Add `listenWhenOnCellChanged` callback to let the caller design how to handle the value change notification.
mirror 2026-03-24 21:46:00 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#13295
No description provided.