[Bug]: Inline table edits do not persist if original value is null #1299
Labels
Components
Dedicated to Frontend Visual Components
Javascript Frontend
Pull requests that update Javascript code
Is there an existing issue for this?
Current Behavior
When editing a value in a table, the editing works as expected if there is a value already in that cell. If, however, the original value is null, that field reverts to null after typing a value in it. There isn't any value to save, therefore.
Expected Behavior
Edited fields should allow changing from null->value just as when changing an existing value
Steps to reproduce
create a table, with some cells having null values. Mark those as editable.
When editing those null values, the new value doesn't "stick"
Environment
self-hosted docker multi v2.4.12
Additional Information
No response
The text was updated successfully, but these errors were encountered: