Hi all,
I built a table with inline editing functionality. I set it up such that the initial values of the input fields that show up when the user enables the “edit” option on a row are set to the item’s current values (from the collection).
HOWEVER, and this is where things get weird: if I leave the initial values in and submit as is, all the input values are treated as empty instead of their initial values.
Any idea what’s happening? Am I doing this wrong?