dashjoin / json-schema-form

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

Numeric autocomplete field shows NaN when input is empty #151

Closed aeberhart closed 1 year ago

aeberhart commented 2 years ago

steps to reproduce:

{
  "type": "number",
  "choicesUrl": "/assets/autocomplete-complex.json",
  "jsonata": "$map(result, function($i){ {\"name\":$i.name, \"value\":$random()} })",
  "choicesVerb": "GET"
}

image