dashjoin / json-schema-form

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

select widget with key / value does not show initial value #90

Closed aeberhart closed 3 years ago

aeberhart commented 3 years ago

{ "type": "string", "choicesUrl": "/assets/autocomplete-complex.json", "jsonPointer": "/result", "jsonName": "name", "jsonValue": "url", "choicesVerb": "GET", "widget": "select" }

"https://en.wikipedia.org/wiki/Demographics_of_China"

need to click the select box once for the value to be displayed correctly