Language-Research-Technology / crate-o

Crate-O is a browser-based editor for Research Object Crates (RO-Crate)
https://language-research-technology.github.io/crate-o/
GNU General Public License v3.0
4 stars 2 forks source link

Cannot delete a number once a value is added #58

Open moisbo opened 12 months ago

moisbo commented 12 months ago

Reported by @alex-ip,

With

{
  "id": "http://schema.org/version",
  "name": "version",
  "label": "Version",
  "help": "The version of the CreativeWork embodied by a specified resource.",
  "required": true,
  "multiple": false,
  "type": [
  "Text",
  "number"
  ]
 },

image_480

alvinsw commented 3 months ago

I think this is because required is set to true. @moisbo can you confirm if this is not a bug?