Parse-dashboard: Cannot unset a string column

Created on 20 Jun 2016  路  2Comments  路  Source: parse-community/parse-dashboard

Environment Setup

Parse Server 2.2.13
Parse Dashboard 1.0.14

Steps to reproduce

  1. Write 'foo' in a cell of a String type column
  2. Delete everything in the cell
  3. Press enter

=> The cell contains an empty string and not (undefined) as expected

Most helpful comment

If you highlight the cell without editing it, you can press "Backspace" or "Delete" to return its contents to undefined. This should be true for every cell type.

All 2 comments

If you highlight the cell without editing it, you can press "Backspace" or "Delete" to return its contents to undefined. This should be true for every cell type.

Ok so this embarrassing...

Was this page helpful?
0 / 5 - 0 ratings