Details
Description
Run HelloListView and switch to the Cell Editing tab. Try editing rows and observe messages on the console.
If you press ESC while editing, the cell's value returns to its original value, and the "On Edit Cancel" message is seen in the console. This is correct.
If you edit the text and press ENTER however, the row's text is correctly updated. However, the console still prints "On Edit Cancel" message which doesn't make any sense.
If you press ESC while editing, the cell's value returns to its original value, and the "On Edit Cancel" message is seen in the console. This is correct.
If you edit the text and press ENTER however, the row's text is correctly updated. However, the console still prints "On Edit Cancel" message which doesn't make any sense.