Support undefined values in dashboard field editor
Minor request. The new (and amazing) bulk editing functionality in the dashboard supports setting a field to unset via
undefined
- would be cool if:
- this worked in the individual document editor - I'm aware deleting a key/value does this already, but it was confusing until I remembered that it works differently than bulk editing
- this worked when editing a single field, so I don't have to go to the doc editor to set a field to undefined
5 Replies
cc @ari
Thanks for the feedback! This is one of those paper-cuts that makes the dashboard annoying to use -- filing it in our list of things to fix/improve soon
for sure, a very small papercut
def a nice-to-have
Just shipped! You can use
undefined
to unset values both in the document editor, and when editing a single field in the table view. However, you cannot use undefined
when adding documents, and it does not work for nested fields when editing a document. Small step towards a longer term vision of slicker features like using keyboard shortcuts to unset values, undoing deletions, etc.Oh nice!!