umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.4k stars 2.66k forks source link

Can add a null item to the grid #3138

Closed StefanoChiodino closed 5 years ago

StefanoChiodino commented 5 years ago

Grid allows to enter null values instead of a grid element by pressing enter.

Reproduction

Specifics

Umbraco v12.3

Steps to reproduce

Expected result

Nothing happens

Actual result

A new item in the grid is created with the text:

Something went wrong with this editor, below is the data stored:

{
"value": null,
"active": true
}

image

nul800sebastiaan commented 5 years ago

Fixed in https://github.com/umbraco/Umbraco-CMS/pull/3146