dashjoin / json-schema-form

Angular JSON Schema Form Library
https://dashjoin.github.io/
Apache License 2.0
86 stars 27 forks source link

do not load choices if url is missing #135

Closed aeberhart closed 2 years ago

aeberhart commented 2 years ago
{
  "type": "array",
  "layout": "select",
  "items": {
    "type": "string"
  }
}

yields

ERROR TypeError: Cannot read properties of undefined (reading 'toLowerCase') at t.intercept (main-es2015.bc4673056928e48865dd.js:1)

because choicesUrl is undefined