simonuwe / oracle-apex-json-region

An Oracle-APEX-plugin that provides for each property of a JSON-schema an input field to support an easy way to display and edit a JSON item
Apache License 2.0
6 stars 2 forks source link

Array: add/delete row does not work for simple arrays #103

Closed simonuwe closed 6 months ago

simonuwe commented 7 months ago

Simple arrays

{
  "type": "array",
  "items": {
    "type": "string"
  }
}

don't have delete icon for each row, and add icon does not work (integer, number same issue).

simonuwe commented 6 months ago

When simple one-column array contains, the data it is show, but not delete buttons