I’m probably missing something obvious again because nobody else seems to have this problem, but why doesn’t a text cell in a table view send an action after editing it? I’m using an array controller.
I have a checkbox cell in one column, which is linked to a handler, which triggers just fine.
But the text cell in the next column is linked to a handler and when I finish editing the text, nothing. I tried Action: “Sent on End Editing” and “Sent on Enter Only”.
What am I missing?